You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yvals_core.h: Improve "error STL1003: Unexpected compiler, expected C++ compiler." like GH 4020.
Then we can move `_STL_STRINGIZE` down to its point of use, near our other macros.
```
D:\GitHub\STL\out\x64>type woof.c
#include <vector>
D:\GitHub\STL\out\x64>cl /EHsc /nologo /W4 /c woof.c
woof.c
D:\GitHub\STL\out\x64\out\inc\yvals_core.h(23): fatal error C1189: #error: error STL1003: Unexpected compiler, expected C++ compiler.
```
0 commit comments