update boost

This commit is contained in:
2023-11-24 12:56:13 -06:00
parent cfc99971af
commit 19d727037a
9260 changed files with 849256 additions and 299957 deletions

View File

@@ -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