$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2006-05-03 18:02:06
On 05/01/2006 08:49 AM, Ronald Garcia wrote:
> The review of Joel de Guzman's Fusion library begins today, May 1,
> 2006, and continues through May 10, 2006.
In:
doc/html/fusion/iterators/operators/operator_unary_star.htm
I was confused by Return type: and Semantics: seeming to say
the same thing. Shouldn't Return type: be:
Equivalent to deref<I>::type.
or simply:
deref<I>::type
?
NOTE: the use of I instead of i.