Update revision history

This commit is contained in:
Peter Dimov 2023-05-30 06:20:44 +03:00
parent 6c7edac9b1
commit ecee9257d5

View File

@ -7,6 +7,13 @@
[section Revision History]
[section Changes in 1.83.0]
* Bit manipulation functions in [link core.bit `boost/core/bit.hpp`] are now
`constexpr` on recent MSVC versions (VS2019 update 5 and later.)
[endsect]
[section Changes in 1.82.0]
* Added [link core.snprintf `boost/core/snprintf.hpp`] header with portable definitions of `snprintf`, `vsnprintf` and