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

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