File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ marked `explicit`. Other forms of casting checks are implemented in
1515other places. The following checks can be used to check for more forms
1616of casting:
1717
18- - :doc: `cppcoreguidelines-pro-type-static-cast-downcast <../cppcoreguidelines/pro-type-static-cast-downcast >`
19- - :doc: `cppcoreguidelines-pro-type-reinterpret-cast <../cppcoreguidelines/pro-type-reinterpret-cast >`
20- - :doc: `cppcoreguidelines-pro-type-const-cast <../cppcoreguidelines/pro-type-const-cast >`
21- - :doc: `cppcoreguidelines-pro-type-cstyle-cast <../cppcoreguidelines/pro-type-cstyle-cast >`
18+ - :doc: `cppcoreguidelines-pro-type-static-cast-downcast
19+ <../cppcoreguidelines/pro-type-static-cast-downcast>`
20+ - :doc: `cppcoreguidelines-pro-type-reinterpret-cast
21+ <../cppcoreguidelines/pro-type-reinterpret-cast>`
22+ - :doc: `cppcoreguidelines-pro-type-const-cast
23+ <../cppcoreguidelines/pro-type-const-cast>`
24+ - :doc: `cppcoreguidelines-pro-type-cstyle-cast
25+ <../cppcoreguidelines/pro-type-cstyle-cast>`
You can’t perform that action at this time.
0 commit comments