diff --git a/generated/state/page-cache.txt b/generated/state/page-cache.txt index 37ffb4bf..83fa8f8a 100644 --- a/generated/state/page-cache.txt +++ b/generated/state/page-cache.txt @@ -18723,6 +18723,100 @@ " "
version.hpp and revision.hpp
+" into detail, and added the Boost licence boilerplate to the
+" top of every source file which was missing one (I think). Also
+" took the opportunity to run the licence restamping script over
+" all Outcome, so copyright dates are now up to date.
+" OUTCOME_TRY
+" implementation to use more clarified customisation points capable
+" of accepting very foreign inputs. Removed the std::experimental::expected<T,
+" E>
+" specialisations, as those are no longer necessary. Fixed the
+" documentation for the customisation points which previously
+" claimed that they are ADL discovered, which they are not. Added
+" a recipe describing how to add in support for foreign input
+" types.
+" motivation/plug_error_code
+" specifically for Boost.
+" OUTCOME_VERSION_MINOR
+" hadn't been updated to 1.
+" trait::is_exception_ptr_available<T> was always true, thus causing
+" much weirdness, like not printing diagnostics and trying to
+" feed everything to make_exception_ptr().
+" std::basic_outcome_failure_exception_from_error() was being defined twice for
+" translation units which combine standalone and Boost Outcome's.
+" version.hpp and revision.hpp
+ into detail, and added the Boost licence boilerplate to the
+ top of every source file which was missing one (I think). Also
+ took the opportunity to run the licence restamping script over
+ all Outcome, so copyright dates are now up to date.
+ OUTCOME_TRY
+ implementation to use more clarified customisation points capable
+ of accepting very foreign inputs. Removed the std::experimental::expected<T,
+ E>
+ specialisations, as those are no longer necessary. Fixed the
+ documentation for the customisation points which previously
+ claimed that they are ADL discovered, which they are not. Added
+ a recipe describing how to add in support for foreign input
+ types.
+ motivation/plug_error_code
+ specifically for Boost.
+ OUTCOME_VERSION_MINOR
+ hadn't been updated to 1.
+ trait::is_exception_ptr_available<T> was always true, thus causing
+ much weirdness, like not printing diagnostics and trying to
+ feed everything to make_exception_ptr().
+ std::basic_outcome_failure_exception_from_error() was being defined twice for
+ translation units which combine standalone and Boost Outcome's.
+