mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-24 04:12:28 +00:00
`BOOST_STRONG_TYPEDEF` now detects whether the type being wrapped is nothrow default/copy constructible and nothrow assignable. The wrapped type is given its own `noexcept` specifications accordingly.