A Bug Caused by the #line Directive in the Visual C++ Compiler https://www.viva64.com/en/b/0736/
Viva64
A Bug Caused by the #line Directive in the Visual C++ Compiler
The #line directive is added by the preprocessor and can then be used to help the developer understand which file and line a particular code fragment in the preprocessed file refers to. T...