$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ian Bruntlett (Ian_at_[hidden])
Date: 2000-09-01 03:01:08
> > I know of only one compiler (g++) that supports template templates.
> > Are there any others?
>
> Yes, the Borland compilers (BCB4, BCB5 and BCC5.5) all support them.
This could just be unfamiliar terminology... which part of "The C++
Programming Language" (3e) describes:
* template template parameters
* partial template specialisation
TIA
Ian