$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-02-23 13:12:04
From: "rogeeff" <rogeeff_at_[hidden]>
> And how would you extend this on:
> foo( T )
> foo( A<T> )
> foo( B<T> )
> foo( C<T> )
Easy. long for T, int for the rest.