diff --git a/generated/state/page-cache.txt b/generated/state/page-cache.txt index 2b309cc2..1d444bcb 100644 --- a/generated/state/page-cache.txt +++ b/generated/state/page-cache.txt @@ -6713,6 +6713,23 @@ " "
static_cast<unsigned>(~static_cast<unsigned>(0) & my_value). Note that technically (to avoid
+" undefined behaviour) you should do the same thing with built in integer
+" types too. See #13109.
+" detected,
+" detected_or, is_detected, is_detected_convertible,
+" is_detected_exact,
+" is_complete.
+" is_constructible
+" is fully implemented, see #12003.
+" is_function
+" and is_member_function_pointer
+" to work correctly with C++17 noexcept specifications.
+" is_default_constructible
+" and std::pair.
+" is_nothrow_swappable
+" on pre-C++11 compilers.
+" static_cast<unsigned>(~static_cast<unsigned>(0) & my_value). Note that technically (to avoid
+ undefined behaviour) you should do the same thing with built in integer
+ types too. See #13109.
+ detected,
+ detected_or, is_detected, is_detected_convertible,
+ is_detected_exact,
+ is_complete.
+ is_constructible
+ is fully implemented, see #12003.
+ is_function
+ and is_member_function_pointer
+ to work correctly with C++17 noexcept specifications.
+ is_default_constructible
+ and std::pair.
+ is_nothrow_swappable
+ on pre-C++11 compilers.
+