[Bug c++/92593] [10 Regression] ICE with CTAD using undeclared constraint

paolo.carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Tue Jan 21 09:29:00 GMT 2020


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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Another testcase:

template<int>
struct ref_view
{
  ref_view(T) { };
};

ref_view r{1};


More information about the Gcc-bugs mailing list