About compiler(MSVC) bug/FR filing #6257
|
well if I have a bug want to file right now that only loosely related to STL.. where should I go gentlemen? |
Answered by
StephanTLavavej
Apr 17, 2026
Replies: 1 comment 1 reply
|
Please report compiler bugs to Visual Studio Developer Community at https://developercommunity.visualstudio.com/cpp . Follow the instructions at https://aka.ms/compilercrash for a good compiler bug report. Notably, it is best to reduce your usage of unrelated code, especially third-party libraries but also the STL as much as possible. Only bugs in the STL itself should be reported to this GitHub repository. Thanks for asking! |
1 reply
Answer selected by
StephanTLavavej
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please report compiler bugs to Visual Studio Developer Community at https://developercommunity.visualstudio.com/cpp . Follow the instructions at https://aka.ms/compilercrash for a good compiler bug report. Notably, it is best to reduce your usage of unrelated code, especially third-party libraries but also the STL as much as possible.
Only bugs in the STL itself should be reported to this GitHub repository. Thanks for asking!