mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Update CppCoreGuidelines.md
This commit is contained in:
parent
43f378c6b3
commit
d51a304e0a
|
@ -10687,7 +10687,7 @@ Requires messy cast-and-macro-laden code to get working right.
|
||||||
|
|
||||||
void error(int severity)
|
void error(int severity)
|
||||||
{
|
{
|
||||||
std::cerr << '\n' << std::flush;
|
std::cerr << '\n';
|
||||||
std::exit(severity);
|
std::exit(severity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user