Update CppCoreGuidelines.md

This commit is contained in:
Cleroth 2017-08-06 21:36:48 +02:00 committed by GitHub
parent 43f378c6b3
commit d51a304e0a

View File

@ -10687,7 +10687,7 @@ Requires messy cast-and-macro-laden code to get working right.
void error(int severity)
{
std::cerr << '\n' << std::flush;
std::cerr << '\n';
std::exit(severity);
}