Are we allowed to explicitly specialize inline 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
Are we allowed to explicitly specialize inline 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