My description is quite clear, please look at the code in VC++://header.h#pragma oncenamespace N{template <typename T>class A final {};template <typename T>//the partial specializationclass A<const T> final {};}//main.cpp#include "header.h"void main() {}to the code above, the compiler will crash! reporting C1001 error.please check, thank you.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results