https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82099

Ed Catmur <ed at catmur dot uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ed at catmur dot uk

--- Comment #6 from Ed Catmur <ed at catmur dot uk> ---
Workaround: force computation of noexcept of predicate before it is required:

    noexcept(+baz<int>);

or simply

    baz<int>;

Reply via email to