diff --git a/execution.html b/execution.html index 2006b12..6866bbf 100644 --- a/execution.html +++ b/execution.html @@ -2346,7 +2346,7 @@
std :: execution
friend decltype ( auto ) tag_invoke ( get_env_t , const Derived & self ) -noexcept ( see below ); +friend decltype ( auto ) tag_invoke ( get_env_t , const Derived & self ) noexcept ;
Constraints: Either
+is a valid expression or
self . get_env () denotes a type and
typename Derived :: get_env is
callable < get_env_t , BASE - TYPE ( const Derived & ) > true
.- +
Mandates:
is
noexcept ( self . get_env ()) true
if it is a valid expression.Effects: Equivalent to:
@@ -9445,14 +9445,6 @@
-
get_env ( GET - BASE ( self )) .- -
Remarks: The expression in the
-clause is:
noexcept -
- -
If
-is a valid expression,
self . get_env () ;
noexcept ( self . get_env ()) - -
Otherwise,
-.
noexcept ( get_env ( GET - BASE ( self ))) 11.11.2.
[exec.utils.cmplsigs]
execution :: completion_signatures