diff --git a/generated/state/page-cache.txt b/generated/state/page-cache.txt index dc8a7178..e722774f 100644 --- a/generated/state/page-cache.txt +++ b/generated/state/page-cache.txt @@ -29237,7 +29237,22 @@ "
_1
+" + 5,
+" _1 %
+" 2 == 0, _1
+" > _2,
+" or _1 ==
+" ' ' || _1 == '\t'.
" mp_intersperse,
+" mp_split, mp_join
+" error_category
+" to std::error_category has been improved
+" and no longer requires <map>
+" or <mutex>.
+" error_category
+" are now inline friends instead of member functions (a side effect
+" of the previous change.)
+" error_condition now
+" defers calling generic_category() to avoid instantiating the object
+" until it's actually needed.
+" error_condition::failed and error_condition::message
+" have been undeprecated, and operator
+" bool()
+" now once again returns failed().
+" generic_category(), to avoid instantiating the object.
+" default_error_condition
+" changes in some cases into an error_condition
+" from the generic category, instead of from the system category. This
+" happens on POSIX when the input error_code
+" is from the system category and does not correspond to any errc_t value.
+" error_code
+" and std::error_code has been improved substantially.
+" It is now possible to construct boost::system::error_code
+" from std::error_code, and it's possible to
+" pass boost::system::error_code to functions taking
+" std::error_code&.
+" error_condition
+" has been added.
+" _1
+ + 5,
+ _1 %
+ 2 == 0, _1
+ > _2,
+ or _1 ==
+ ' ' || _1 == '\t'.
mp_intersperse,
+ mp_split, mp_join
+ error_category
+ to std::error_category has been improved
+ and no longer requires <map>
+ or <mutex>.
+ error_category
+ are now inline friends instead of member functions (a side effect
+ of the previous change.)
+ error_condition now
+ defers calling generic_category() to avoid instantiating the object
+ until it's actually needed.
+ error_condition::failed and error_condition::message
+ have been undeprecated, and operator
+ bool()
+ now once again returns failed().
+ generic_category(), to avoid instantiating the object.
+ default_error_condition
+ changes in some cases into an error_condition
+ from the generic category, instead of from the system category. This
+ happens on POSIX when the input error_code
+ is from the system category and does not correspond to any errc_t value.
+ error_code
+ and std::error_code has been improved substantially.
+ It is now possible to construct boost::system::error_code
+ from std::error_code, and it's possible to
+ pass boost::system::error_code to functions taking
+ std::error_code&.
+ error_condition
+ has been added.
+