$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2003-05-21 10:51:22
> * Produces lots of warnings in lambda:
> "C:\boost\site\boost/lambda/detail/operators.hpp", line 123:
> warning #76-D:
> argument to macro is empty BOOST_LAMBDA_BE(operator+=,
> arithmetic_assignment_action<plus_action>, , const,
> reference_argument)
>
> Is that a legitimate warning? If not, should we turn off 76-D?
It is undefined to pass nothing to a macro in C++.
Regards,
Paul Mensonides