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

@@ -51,7 +51,7 @@
\brief pops an element from the end of a tuple. It reenters BOOST_PP_REPEAT with maximum efficiency.
z = the next available BOOST_PP_REPEAT dimension.
z = the next available BOOST_PP_REPEAT dimension. <br/>
tuple = tuple to pop an element from.
If the tuple is an empty tuple the result is undefined.

View File

@@ -51,7 +51,7 @@
\brief pops an element from the front of a tuple. It reenters BOOST_PP_REPEAT with maximum efficiency.
z = the next available BOOST_PP_REPEAT dimension.
z = the next available BOOST_PP_REPEAT dimension. <br/>
tuple = tuple to pop an element from.
If the tuple is an empty tuple the result is undefined.

View File

@@ -29,7 +29,7 @@
\brief appends an element to the end of a tuple.
tuple = tuple to to append an element to.
tuple = tuple to to append an element to. <br/>
elem = element to append.
If the tuple is an empty tuple the result is a tuple with the single element.

View File

@@ -29,7 +29,7 @@
\brief inserts an element at the beginning of a tuple.
tuple = tuple to insert an element at.
tuple = tuple to insert an element at. <br/>
elem = element to insert.
If the tuple is an empty tuple the result is a tuple with the single element.

View File

@@ -31,7 +31,7 @@
\brief removes an element from a tuple.
tuple = tuple from which an element is to be removed.
tuple = tuple from which an element is to be removed. <br/>
index = The zero-based position in tuple of the element to be removed.
If index is greater or equal to the tuple size the result is undefined.
@@ -57,8 +57,8 @@
\brief removes an element from a tuple. It reenters BOOST_PP_WHILE with maximum efficiency.
d = The next available BOOST_PP_WHILE iteration.
tuple = tuple from which an element is to be removed.
d = The next available BOOST_PP_WHILE iteration. <br/>
tuple = tuple from which an element is to be removed. <br/>
index = The zero-based position in tuple of the element to be removed.
If index is greater or equal to the tuple size the result is undefined.