2
0
mirror of https://github.com/boostorg/any.git synced 2026-01-21 04:32:08 +00:00

5 Commits

Author SHA1 Message Date
Antony Polukhin
fbaec2978b Update copyright years 2026-01-02 13:35:47 +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
Antony Polukhin
8292e18318 Update copyright years 2025-01-05 19:35:57 +03:00
Antony Polukhin
f53cd5d269 Update copyright years 2024-01-07 13:49:50 +03:00
Antony Polukhin
939c3382f3 more tests and fixes for unique_any (refs #24) 2023-05-07 10:47:56 +03:00