[Bug c++/96331] Class template argument deduction (CTAD) with Concepts
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 27 12:11:44 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96331
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Nicole from comment #0)
> template<fixed_string NAME, typename TYPE>
This is not valid. fixed_string is a class template, not a type and not a
concept. So you can't use it as a template parameter.
I don't think this is a bug.
More information about the Gcc-bugs
mailing list