Skip to content

Commit 01f488c

Browse files
Merge pull request #3447 from jbzdarkid/patch-1
Add subsection link.
2 parents 49dca04 + 12463b2 commit 01f488c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c26444.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Avoid unnamed objects with custom construction and destruction.
1818

1919
## C++ Core Guidelines
2020

21-
[ES.84: Don't (try to) declare a local variable with no name](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md)
21+
[ES.84: Don't (try to) declare a local variable with no name](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Res-noname)
2222

2323
Unnamed (that is, temporary) objects with non-trivial behavior may point to either (a) inefficient code that allocates and immediately throws away resources or (b) to the code that unintentionally ignores non-primitive data. Sometimes it may also indicate plainly wrong declaration.
2424

0 commit comments

Comments
 (0)