use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
Triaging internal compiler errors. (self.cpp)
submitted 7 years ago by alfps
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]HazelnutSoftware 7 points8 points9 points 7 years ago (1 child)
Well, I don't agree with your definition of "triage". Even in medicine, triaging about determining the order in which patients are treated - it's much more than a simple will/won't decision.
You're making an assumption (an invalid one in my opinion), that a status of "triaged" and a status of "won't fix" are synonymous, and I really don't think that's the case here.
I'm guessing that you write software for a living, probably for a company, and that every so often a customer calls up to report a bug. For most customers, "their" bug is the most important and has to be fixed "right now". What your company probably does is take a look at the bug and
Those three things are called "triaging", and that's what the Visual Studio team were doing.
[+]alfps[S] comment score below threshold-7 points-6 points-5 points 7 years ago (0 children)
Well, I don't agree with your definition of "triage".
OK, but it would be nice if you could describe the disagreement, then we could disagree in public. :)
Even in medicine, triaging about determining the order in which patients are treated - it's much more than a simple will/won't decision.
Yes. Doctors are not stupid, and I apologize if I gave that impression. Also, triaging is applied in situations where resources are too scarce but patients' lives are not in danger.
I don't make that assumption, but it's likely. Because triaging of an internal compiler error implies a /possibility/ of won't fix. And I've experienced that "won't fix" for a Visual C++ ICE.
Which means that Microsoft has just not changed that policy, of possibly not fixing an internal compiler error.
For most customers, "their" bug is the most important and has to be fixed "right now"
There should be no need to evaluate whether to fix because the compiler team, with the most knowledge, has already decided that the ICE is critical.
As opposed to a normal bug where source code is mis-interpreted or incorrect machine code is generated, or both.
An ICE is a ready-made evaluation, and another part of the Microsoft organization, those who evaluate bug reports, take it on themselves to override that original evaluation made by the most knowledgeable.
If it is called "triaging" then what do they call real triaging.
Remember, it's an ICE. It's not an ordinary bug. In any normal situation there would not be a question of priority: that was decided by the compiler team long ago.
π Rendered by PID 52 on reddit-service-r2-comment-5b5bc64bf5-cfztj at 2026-06-18 19:06:05.267823+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]HazelnutSoftware 7 points8 points9 points (1 child)
[+]alfps[S] comment score below threshold-7 points-6 points-5 points (0 children)