compile-time-regular-expressions
compile-time-regular-expressions copied to clipboard
invalid nontype template argument of type "const char (&)[15]"
trafficstars
Trying to run the first example. Getting a "invalid nontype template argument of type "const char (&)[15]"" error:

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