mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Merge pull request #65 from offa/broken_link
Link to rule of zero article fixed
This commit is contained in:
@@ -400,5 +400,5 @@ The Rule of Zero states that you do not provide any of the functions that the co
|
||||
|
||||
The goal is to let the compiler provide optimal versions that are automatically maintained when more member variables are added.
|
||||
|
||||
The [original article](http://flamingdangerzone.com/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.
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user