Proposed resolution:
This wording is relative to N4618.
Edit [except.nested] as indicated:
template <class T> [[noreturn]] void throw_with_nested(T&& t); -6- Let U be remove_referencedecay_t<T>. -7- Requires: U shall be CopyConstructible.
template <class T> [[noreturn]] void throw_with_nested(T&& t);
-6- Let U be remove_referencedecay_t<T>. -7- Requires: U shall be CopyConstructible.
-6- Let U be remove_referencedecay_t<T>.
-7- Requires: U shall be CopyConstructible.