Auto merge of #25453 - jimblandy:FQA-fiasco-link, r=alexcrichton
Fix the link to the "static initialization order fiasco" discussion in the C++ Frequently Questioned Answers. At present the link points to a mail message summarizing the decision not to have resumable exceptions, but the FAQ means to refer to a discussion of the "static initialization order fiasco". I've made my best guess at what it meant to refer to.
This commit is contained in:
commit
0becf6aec7
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