relnotes: info about breaking change

This commit is contained in:
Andrzej Krzemienski
2022-06-22 22:56:45 +02:00
parent 85ebe0a2ed
commit 938806c876

View File

@ -13,7 +13,7 @@
[heading Boost Release 1.80]
* Added specializations for `std::hash<boost::opitonal<T>>`. This fixes [@https://github.com/boostorg/optional/issues/55 issue #55].
* [*Breaking change:] Added specializations for `std::hash<boost::opitonal<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.
[heading Boost Release 1.79]