$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2002-04-14 16:05:51
David A. Greene wrote:
> Actually, I appreciate the use of types to encapsulate integral
> constants. What got me was next<N>. I have no idea what next<N>
> means.
next<N>::type == ++N
-- Aleksey