mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Fix issue #747
This commit is contained in:
@@ -9985,7 +9985,7 @@ The termination condition is at the end (where it can be overlooked) and the con
|
||||
int x;
|
||||
do {
|
||||
cin >> x;
|
||||
x
|
||||
// ...
|
||||
} while (x < 0);
|
||||
|
||||
##### Enforcement
|
||||
|
||||
Reference in New Issue
Block a user