note on deprecating C++03 support

This commit is contained in:
Andrzej Krzemienski
2023-07-11 00:19:50 +02:00
parent e300c4bc60
commit 6266c39b8e

View File

@ -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<boost::optional<T>>`. This fixes [@https://github.com/boostorg/optional/issues/55 issue #55]. You may get compiler errors when your program provides specializations for `std::hash<boost::optional<T>>`. If this happens, define macro `BOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH` to suppress the specializations of `std::hash` in this library.