You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/code-quality/c26439.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,5 +63,5 @@ struct S
63
63
64
64
## See also
65
65
66
-
[C26455](./c26455.md)\
66
+
[C26455](c26455.md)\
67
67
[F.6: If your function must not throw, declare it `noexcept`](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f6-if-your-function-must-not-throw-declare-it-noexcept)
Copy file name to clipboardExpand all lines: docs/code-quality/c26498.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,6 @@ void foo()
58
58
59
59
## See also
60
60
61
-
[C26497](./c26407.md)\
62
-
[C26814](./c26814.md)\
61
+
[C26497](c26407.md)\
62
+
[C26814](c26814.md)\
63
63
[Con.5: Use `constexpr` for values that can be computed at compile time](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#con5-use-constexpr-for-values-that-can-be-computed-at-compile-time)
0 commit comments