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:
parent
441b3f0c26
commit
742ad41359
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue