$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Weed (chrisweed_at_[hidden])
Date: 2006-06-14 16:59:20
Thanks,
That is exactly what I need.
I don't want to take up too much more of your time, but how would I
add template arguments for template template parameters like:
typedef MyClassA<float,MyClassB<bool,char>,int> Myfbci;
MyClassA and MyClassB don't need to change.
Chris