From ecee9257d5e9dee0e93b499b8a150a24213e19b9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 30 May 2023 06:20:44 +0300 Subject: [PATCH] Update revision history --- doc/changes.qbk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 9c4944d..f585a91 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -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