update boost
This commit is contained in:
@@ -41,9 +41,11 @@
|
||||
debug mode. However an end-user can force the macro
|
||||
to check or not check by defining the macro
|
||||
BOOST_VMD_ASSERT_DATA to 1 or 0 respectively.
|
||||
|
||||
|
||||
.... = variadic input, for VC++8 this must be a single parameter.
|
||||
|
||||
@code
|
||||
|
||||
returns = Normally the macro returns nothing.
|
||||
|
||||
If the input is empty, nothing is output.
|
||||
@@ -56,6 +58,8 @@
|
||||
For all other compilers a compiler error is forced
|
||||
without producing output if the input is not empty.
|
||||
|
||||
@endcode
|
||||
|
||||
It is recommended to append BOOST_PP_EMPTY() to whatever input
|
||||
is being tested in order to avoid possible warning messages
|
||||
from some compilers about no parameters being passed to the macro
|
||||
|
||||
Reference in New Issue
Block a user