update boost
This commit is contained in:
@@ -31,9 +31,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.
|
||||
|
||||
|
||||
sequence = a possible Boost PP array.
|
||||
|
||||
@code
|
||||
|
||||
returns = Normally the macro returns nothing.
|
||||
|
||||
If the sequence is a Boost PP array, nothing is
|
||||
@@ -48,6 +50,8 @@
|
||||
without producing output if the sequence is not a
|
||||
Boost PP array.
|
||||
|
||||
@endcode
|
||||
|
||||
*/
|
||||
|
||||
/** \def BOOST_VMD_ASSERT_IS_ARRAY_D(d,sequence)
|
||||
@@ -61,10 +65,12 @@
|
||||
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.
|
||||
|
||||
d = The next available BOOST_PP_WHILE iteration.
|
||||
|
||||
d = The next available BOOST_PP_WHILE iteration. <br/>
|
||||
sequence = a possible Boost PP sequence.
|
||||
|
||||
@code
|
||||
|
||||
returns = Normally the macro returns nothing.
|
||||
|
||||
If the sequence is a Boost PP array, nothing is
|
||||
@@ -79,6 +85,8 @@
|
||||
without producing output if the sequence is not a
|
||||
Boost PP array.
|
||||
|
||||
@endcode
|
||||
|
||||
*/
|
||||
|
||||
#if !BOOST_VMD_ASSERT_DATA
|
||||
|
||||
Reference in New Issue
Block a user