Nikita Alekseev

Results 4 issues of Nikita Alekseev

Checklist - [X] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C - [X] This bug exists for C++ - [ ]...

In my current porject, node editor is used a static library. It's used in a dynamic library which is then linked to a test executable. Since I use classes from...

This tool was very helpful in optimizing build times. However I would to be able to analyze the output a little more thoroughly. For example, how much time out of...

enhancement

Tested on gcc 9.2.0 and clang9 Using literals on large numbers causes both compilers to exceed constexpr limit. Clang is able to compile when limit is set to about 4millions...