1
Fork 0

Fix link to C++ FQA

Fix the link to the "static initialization order fiasco" discussion in the C++ Frequently Questioned Answers.
This commit is contained in:
Jim Blandy 2015-04-28 13:45:40 -07:00
parent 441b3f0c26
commit 742ad41359

View file

@ -79,7 +79,7 @@ feature.
A nice replacement is the [lazy constructor macro][lcm] by [Marvin A nice replacement is the [lazy constructor macro][lcm] by [Marvin
Löbel][kim]. Löbel][kim].
[fqa]: https://mail.mozilla.org/pipermail/rust-dev/2013-April/003815.html [fqa]: http://yosefk.com/c++fqa/ctors.html#fqa-10.12
[elp]: http://ericlippert.com/2013/02/06/static-constructors-part-one/ [elp]: http://ericlippert.com/2013/02/06/static-constructors-part-one/
[lcm]: https://gist.github.com/Kimundi/8782487 [lcm]: https://gist.github.com/Kimundi/8782487
[kim]: https://github.com/Kimundi [kim]: https://github.com/Kimundi