diff --git a/generated/state/page-cache.txt b/generated/state/page-cache.txt index 56e75aa7..d9d5df43 100644 --- a/generated/state/page-cache.txt +++ b/generated/state/page-cache.txt @@ -34581,7 +34581,142 @@ "
boost::hash
+" have been removed; it now always calls hash_value.
+" BOOST_HASH_NO_EXTENSIONS
+" has been removed. The extensions are always enabled.
+" std::forward_list and the unordered
+" associative containers.
+" begin() and end() member functions that return iterators)
+" are now supported out of the box.
+" BOOST_DESCRIBE_STRUCT or BOOST_DESCRIBE_CLASS) are now supported
+" out of the box.
+" hash_combine has
+" been improved.
+" boost::hash
+" for strings now passes SMHasher in 64 bit mode.
+" enumerators.hpp,
+" bases.hpp, and members.hpp
+" when the option -pedantic
+" is used, the invocation of BOOST_DESCRIBE_ENUM
+" has been moved from modifiers.hpp
+" into a separate header, modifier_description.hpp.
+" As a consequence, modifiers.hpp
+" no longer includes enum.hpp.
+" Code that has been relying on this implicit inclusion may fail, and
+" will need to be fixed to include enum.hpp.
+" BOOST_SYSTEM_DISABLE_THREADS
+" can now be defined to disable the use of <mutex>
+" (e.g. on single-threaded libstdc++).
+" value_type,
+" error_type, in_place_value, in_place_error
+" to result<>.
+" emplace to
+" result<>.
+" boost::unordered_flat_map
+" and boost::unordered_flat_set based on open
+" addressing.
+" boost::json::value_from
+" and boost::json::value_to.
+" boost::hash
+ have been removed; it now always calls hash_value.
+ BOOST_HASH_NO_EXTENSIONS
+ has been removed. The extensions are always enabled.
+ std::forward_list and the unordered
+ associative containers.
+ begin() and end() member functions that return iterators)
+ are now supported out of the box.
+ BOOST_DESCRIBE_STRUCT or BOOST_DESCRIBE_CLASS) are now supported
+ out of the box.
+ hash_combine has
+ been improved.
+ boost::hash
+ for strings now passes SMHasher in 64 bit mode.
+ enumerators.hpp,
+ bases.hpp, and members.hpp
+ when the option -pedantic
+ is used, the invocation of BOOST_DESCRIBE_ENUM
+ has been moved from modifiers.hpp
+ into a separate header, modifier_description.hpp.
+ As a consequence, modifiers.hpp
+ no longer includes enum.hpp.
+ Code that has been relying on this implicit inclusion may fail, and
+ will need to be fixed to include enum.hpp.
+ BOOST_SYSTEM_DISABLE_THREADS
+ can now be defined to disable the use of <mutex>
+ (e.g. on single-threaded libstdc++).
+ value_type,
+ error_type, in_place_value, in_place_error
+ to result<>.
+ emplace to
+ result<>.
+ boost::unordered_flat_map
+ and boost::unordered_flat_set based on open
+ addressing.
+ boost::json::value_from
+ and boost::json::value_to.
+