From 6266c39b8e648786a308982a55006e74886ee67d Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Tue, 11 Jul 2023 00:19:50 +0200 Subject: [PATCH] note on deprecating C++03 support --- doc/91_relnotes.qbk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/91_relnotes.qbk b/doc/91_relnotes.qbk index 3a85bd3..4460688 100644 --- a/doc/91_relnotes.qbk +++ b/doc/91_relnotes.qbk @@ -11,6 +11,10 @@ [section:relnotes Release Notes] +[heading Boost Release 1.83] + +* Deprecated support for C++03 and earlier, C++11 will be required in release 1.86. + [heading Boost Release 1.80] * [*Breaking change:] Added specializations for `std::hash>`. This fixes [@https://github.com/boostorg/optional/issues/55 issue #55]. You may get compiler errors when your program provides specializations for `std::hash>`. If this happens, define macro `BOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH` to suppress the specializations of `std::hash` in this library.