mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +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;
|
int x;
|
||||||
do {
|
do {
|
||||||
cin >> x;
|
cin >> x;
|
||||||
x
|
// ...
|
||||||
} while (x < 0);
|
} while (x < 0);
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|||||||
Reference in New Issue
Block a user