Update revision history

This commit is contained in:
Peter Dimov
2023-05-30 06:24:43 +03:00
parent ecee9257d5
commit 6b9f0cbf57

View File

@ -9,6 +9,7 @@
[section Changes in 1.83.0]
* Add support for incomplete types to [link core.type_name `boost::core::type_name`].
* Bit manipulation functions in [link core.bit `boost/core/bit.hpp`] are now
`constexpr` on recent MSVC versions (VS2019 update 5 and later.)