8000 Merge pull request #112 from ericcurtin/patch-1 · svenzhang2016/cppbestpractices@17de6b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17de6b6

Browse files
authored
Merge pull request cpp-best-practices#112 from ericcurtin/patch-1
rmf.io is dead
2 parents 19e4c22 + f4be721 commit 17de6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-Style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,5 +453,5 @@ The Rule of Zero states that you do not provide any of the functions that the co
453453

454454
The goal is to let the compiler provide optimal versions that are automatically maintained when more member variables are added.
455455

456-
The [original article](https://rmf.io/cxx11/rule-of-zero) provides the background, while a [follow up article](http://www.nirfriedman.com/2015/06/27/cpp-rule-of-zero/) explains techniques for implementing nearly 100% of the time.
456+
[This article](http://www.nirfriedman.com/2015/06/27/cpp-rule-of-zero/) provides a background and explains techniques for implementing nearly 100% of the time.
457457

0 commit comments

Comments
 (0)
0