Updated a link to new site

The content has moved to a new site and the currently linked version has code formatting issues.
This commit is contained in:
ekse
2016-09-05 17:05:07 -04:00
committed by GitHub
parent 691a44814d
commit 2da51324fa

View File

@@ -384,5 +384,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 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](https://turingtester.wordpress.com/2015/06/27/cs-rule-of-zero/) explains techniques for implementing nearly 100% of the time. 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.