2
0
mirror of https://github.com/boostorg/any.git synced 2026-01-24 05:32:10 +00:00

3 Commits

Author SHA1 Message Date
Antony Polukhin
fbaec2978b Update copyright years 2026-01-02 13:35:47 +03:00
Antony Polukhin
58651618be Fix import std detection in CMake and CMake fixes for tests (#37)
Fixes: https://github.com/boostorg/any/issues/34
Closes: https://github.com/boostorg/any/pull/35
2026-01-01 10:55:49 +03:00
Antony Polukhin
306d8a1b18 Implement initial version of C++20 module boost.any (#30)
`#include <boost/any...` is now implicitly does `import boost.any` if the modules are supported 
All the library internals now have unconditional module level linkage.

Significant differences from https://anarthal.github.io/cppblog/modules3:
* `BOOST_ANY_USE_STD_MODULE` macro switch for `import std;` / `includes` while building module. This allows to use module in C++20 and even without usable  `std` module.
2025-05-12 17:54:42 +03:00