mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fixed comments after pulling PR #85
This commit is contained in:
@@ -7196,6 +7196,8 @@ This will copy each elements of `vs` into `s`. Better
|
|||||||
// do work
|
// do work
|
||||||
}
|
}
|
||||||
|
|
||||||
|
**Example, bad**:
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
while (i < vec.size()) {
|
while (i < vec.size()) {
|
||||||
// do work
|
// do work
|
||||||
|
|||||||
Reference in New Issue
Block a user