@ -15724,44 +15724,44 @@ Alternatively, we will decide that no change is needed and delete the entry.
# Bibliography
# Bibliography
* <aname="Alexandrescu01"></a>
* <aname="Alexandrescu01"></a>
\[Alexandrescu01\]: A. Alexandrescu. Modern C++ Design (Addison-Wesley, 2001).
[Alexandrescu01]: A. Alexandrescu. Modern C++ Design (Addison-Wesley, 2001).
* <aname="Cplusplus03"></a>
* <aname="Cplusplus03"></a>
\[C++03\]: ISO/IEC 14882:2003(E), Programming Languages — C++ (updated ISO and ANSI C++ Standard including the contents of (C++98) plus errata corrections).
[C++03]: ISO/IEC 14882:2003(E), Programming Languages — C++ (updated ISO and ANSI C++ Standard including the contents of (C++98) plus errata corrections).
* <aname="CplusplusCS"></a>
* <aname="CplusplusCS"></a>
\[C++CS\]:
[C++CS]:
* <aname="Cargill92"></a>
* <aname="Cargill92"></a>
\[Cargill92\]: T. Cargill. C++ Programming Style (Addison-Wesley, 1992).
[Cargill92]: T. Cargill. C++ Programming Style (Addison-Wesley, 1992).
* <aname="Cline99"></a>
* <aname="Cline99"></a>
\[Cline99\]: M. Cline, G. Lomow, and M. Girou. C++ FAQs (2ndEdition) (Addison-Wesley, 1999).
[Cline99]: M. Cline, G. Lomow, and M. Girou. C++ FAQs (2ndEdition) (Addison-Wesley, 1999).
* <aname="Dewhurst03"></a>
* <aname="Dewhurst03"></a>
\[Dewhurst03\]: S. Dewhurst. C++ Gotchas (Addison-Wesley, 2003).
[Dewhurst03]: S. Dewhurst. C++ Gotchas (Addison-Wesley, 2003).
* <aname="Henricson97"></a>
* <aname="Henricson97"></a>
\[Henricson97\]: M. Henricson and E. Nyquist. Industrial Strength C++ (Prentice Hall, 1997).
[Henricson97]: M. Henricson and E. Nyquist. Industrial Strength C++ (Prentice Hall, 1997).
* <aname="Koenig97"></a>
* <aname="Koenig97"></a>
\[Koenig97\]: A. Koenig and B. Moo. Ruminations on C++ (Addison-Wesley, 1997).
[Koenig97]: A. Koenig and B. Moo. Ruminations on C++ (Addison-Wesley, 1997).
* <aname="Lakos96"></a>
* <aname="Lakos96"></a>
\[Lakos96\]: J. Lakos. Large-Scale C++ Software Design (Addison-Wesley, 1996).
[Lakos96]: J. Lakos. Large-Scale C++ Software Design (Addison-Wesley, 1996).
* <aname="Meyers96"></a>
* <aname="Meyers96"></a>
\[Meyers96\]: S. Meyers. More Effective C++ (Addison-Wesley, 1996).
[Meyers96]: S. Meyers. More Effective C++ (Addison-Wesley, 1996).
* <aname="Meyers97"></a>
* <aname="Meyers97"></a>
\[Meyers97\]: S. Meyers. Effective C++ (2nd Edition) (Addison-Wesley, 1997).
[Meyers97]: S. Meyers. Effective C++ (2nd Edition) (Addison-Wesley, 1997).
* <aname="Meyers15"></a>
* <aname="Meyers15"></a>
\[Meyers15\]: S. Meyers. Effective Modern C++ (O'Reilly, 2015).
[Meyers15]: S. Meyers. Effective Modern C++ (O'Reilly, 2015).
* <aname="Murray93"></a>
* <aname="Murray93"></a>
\[Murray93\]: R. Murray. C++ Strategies and Tactics (Addison-Wesley, 1993).
[Murray93]: R. Murray. C++ Strategies and Tactics (Addison-Wesley, 1993).
* <aname="Stroustrup00"></a>
* <aname="Stroustrup00"></a>
\[Stroustrup00\]: B. Stroustrup. The C++ Programming Language (Special 3rdEdition) (Addison-Wesley, 2000).
[Stroustrup00]: B. Stroustrup. The C++ Programming Language (Special 3rdEdition) (Addison-Wesley, 2000).
* <aname="Stroustrup05"></a>
* <aname="Stroustrup05"></a>
\[Stroustrup05\]: B. Stroustrup. [A rationale for semantically enhanced library languages](http://www.stroustrup.com/SELLrationale.pdf).
[Stroustrup05]: B. Stroustrup. [A rationale for semantically enhanced library languages](http://www.stroustrup.com/SELLrationale.pdf).
* <aname="Stroustrup13"></a>
* <aname="Stroustrup13"></a>
\[Stroustrup13\]: B. Stroustrup. [The C++ Programming Language (4th Edition)](http://www.stroustrup.com/4th.html). Addison Wesley 2013.
[Stroustrup13]: B. Stroustrup. [The C++ Programming Language (4th Edition)](http://www.stroustrup.com/4th.html). Addison Wesley 2013.
* <aname="Stroustrup14"></a>
* <aname="Stroustrup14"></a>
\[Stroustrup14\]: B. Stroustrup. [A Tour of C++](http://www.stroustrup.com/Tour.html).
[Stroustrup14]: B. Stroustrup. [A Tour of C++](http://www.stroustrup.com/Tour.html).
Addison Wesley 2014.
Addison Wesley 2014.
* <aname="SuttHysl04b"></a>
* <aname="SuttHysl04b"></a>
\[SuttHysl04b\]: H. Sutter and J. Hyslop. "Collecting Shared Objects" (C/C++ Users Journal, 22(8), August 2004).
[SuttHysl04b]: H. Sutter and J. Hyslop. "Collecting Shared Objects" (C/C++ Users Journal, 22(8), August 2004).
* <aname="SuttAlex05"></a>
* <aname="SuttAlex05"></a>
\[SuttAlex05\]: H. Sutter and A. Alexandrescu. C++ Coding Standards. Addison-Wesley 2005.
[SuttAlex05]: H. Sutter and A. Alexandrescu. C++ Coding Standards. Addison-Wesley 2005.
* <aname="Sutter00"></a>
* <aname="Sutter00"></a>
[Sutter00]: H. Sutter. Exceptional C++ (Addison-Wesley, 2000).
[Sutter00]: H. Sutter. Exceptional C++ (Addison-Wesley, 2000).