$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2005-05-02 14:41:14
Thorsten Ottosen wrote:
> 
> I'm certainly misunderstanding something...I thought instantiation was only 
> supposed to happen if I use the
> thing, in this case bool operator<(...).
> 
> what am I misunderstanding?
> 
Why? operator < is no template ... it's "instantiated" in any case. what 
am _I_ misunderstanding?
Stefan