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};
paolo.carlini at oracle dot com Tue, 21 Jan 2020 01:30:04 -0800
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};