$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eric Niebler (eric_at_[hidden])
Date: 2006-01-27 20:29:15
Arkadiy Vertleyb wrote:
>
> template<class T, class U = T*, class V = U*>
> struct x;
<snip>
> template<class T, class U, class V>
> struct x
> {};
>
Bingo. Yes, this is legal, and as a general rule, I put all my default
template parameters in forward declarations this way.
-- Eric Niebler Boost Consulting www.boost-consulting.com