any
any copied to clipboard
Boost.org any module
Add a templated parameter to the basic_any class which, if true, results of a compile-time error if the basic_any is assigned a too large object. Example struct Small{int x;}; struct...
Right now it is possible to use Boost.Any with types that require special alignment (sse intrinsics, Eigen3 data types, ...) by overriding the global operators new and delete. This solution...
This is part of the effort to make the Boost libraries "modular" for build and consumption. See https://lists.boost.org/Archives/boost/2024/01/255704.php and https://github.com/grafikrobot/boost-b2-modular/blob/b2-modular/README.adoc for more information. This PR depends on the following other...
``` -- `import std;` is not available -- Configuring incomplete, errors occurred! ninja: error: loading 'build.ninja': The system cannot find the file specified. UpdateCTestConfiguration from :D:/a/any/boost-root/libs/any/build_module/DartConfiguration.tcl UpdateCTestConfiguration from :D:/a/any/boost-root/libs/any/build_module/DartConfiguration.tcl Test...