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

@@ -42,10 +42,14 @@
/// function object that contains non-capturing lambdas. It also ensures that
/// the global function object has a unique address across translation units.
/// This helps prevent possible ODR-violations.
///
///
/// By default, all functions defined with `BOOST_HOF_STATIC_LAMBDA_FUNCTION` use
/// the `boost::hof::reveal` adaptor to improve error messages.
///
/// Note: due to compiler limitations, a global function declared with
/// `BOOST_HOF_STATIC_LAMBDA_FUNCTION` is not guaranteed to have a unique
/// address across translation units when compiled with pre-C++17 MSVC.
///
/// Example
/// -------
///