Are we allowed to directly explicitly specialize a static data member of a class template without specializing the class template itself
I wrote the following snippet that compiles with clang but gcc and msvc rejects it Demo
I wrote the following snippet that compiles with clang but gcc and msvc rejects it Demo