$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 1999-12-18 06:52:09
Gaby -
>The paragraph you're quoting doesn't apply. 'int' and 'const int'
are distinct template-arguments; furthermore X<int> and <const int>
are distinct class types.<
Good to get that clear!
All we need now is to decide whether or not the templates in type_types
"just work" for cv-qualified types, or whether they follow the
numeric_limits model and only function for "fundamental" types.
- John.