compile-time-regular-expressions icon indicating copy to clipboard operation
compile-time-regular-expressions copied to clipboard

invalid nontype template argument of type "const char (&)[15]"

Open KulaGGin opened this issue 2 years ago • 1 comments
trafficstars

Trying to run the first example. Getting a "invalid nontype template argument of type "const char (&)[15]"" error: devenv_xh8mQD2OI8

Using C++ 17.

KulaGGin avatar Feb 09 '23 17:02 KulaGGin

Using C++ 17.

This is the problem. You need C++20 for that syntax.

marzer avatar Feb 09 '23 18:02 marzer