$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: rogeeff (rogeeff_at_[hidden])
Date: 2001-12-18 16:41:41
--- In boost_at_y..., "George A. Heintzelman" <georgeh_at_a...> wrote:
> It does "support" (as in, compile) the expressions with non-type
> parameters. Many things about them even work. It does seem to have
some
> problems with specializing based on them, in my experience, though
> simple tests give correct answers.
From compiler readme:
The following list describes requirements in the standard that are
not supported in this release:
Expressions involving non-type template parameters in the function
parameter list for function templates, such as
template<int I> void foo(mytype<2*I> ) { ... }
> George Heintzelman
> georgeh_at_a...
Well, thay did not mention class though.
May be you right.
Gennadiy.