mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Update CppCoreGuidelines.md
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user