We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfc1a4d + a879918 commit a426e5fCopy full SHA for a426e5f
CppCoreGuidelines.md
@@ -6324,8 +6324,8 @@ Statement rules:
6324
* [ES.74: Prefer to declare a loop variable in the initializer part of as `for`-statement](#Res-for-init)
6325
* [ES.75: Avoid `do`-statements](#Res-do)
6326
* [ES.76: Avoid `goto`](#Res-goto)
6327
-* [ES.77: ??? `break`](#Res-break)
6328
-* [ES.78: ??? `continue`](#Res-continue)
+* [ES.77: ??? `continue`](#Res-continue)
+* [ES.78: ??? `break`](#Res-break)
6329
* [ES.79: ??? `default`](#Res-default)
6330
* [ES.85: Make empty statements visible](#Res-empty)
6331
0 commit comments