Date
2017-01-30.15:36:02
Message id
8831

Content

Proposed resolution:

This wording is relative to N4618.

  1. 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.