From 68af55caaf9cb16fd77bf1ff5fed54c32646964b Mon Sep 17 00:00:00 2001 From: Andrew Pardoe Date: Mon, 11 Apr 2016 14:27:00 -0700 Subject: [PATCH] Removing the rest of the unnecessary escapes --- CppCoreGuidelines.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 5f41bf5..d5d3ee6 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -15724,44 +15724,44 @@ Alternatively, we will decide that no change is needed and delete the entry. # Bibliography * - \[Alexandrescu01\]: A. Alexandrescu. Modern C++ Design (Addison-Wesley, 2001). + [Alexandrescu01]: A. Alexandrescu. Modern C++ Design (Addison-Wesley, 2001). * - \[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). * - \[C++CS\]: + [C++CS]: * - \[Cargill92\]: T. Cargill. C++ Programming Style (Addison-Wesley, 1992). + [Cargill92]: T. Cargill. C++ Programming Style (Addison-Wesley, 1992). * - \[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). * - \[Dewhurst03\]: S. Dewhurst. C++ Gotchas (Addison-Wesley, 2003). + [Dewhurst03]: S. Dewhurst. C++ Gotchas (Addison-Wesley, 2003). * - \[Henricson97\]: M. Henricson and E. Nyquist. Industrial Strength C++ (Prentice Hall, 1997). + [Henricson97]: M. Henricson and E. Nyquist. Industrial Strength C++ (Prentice Hall, 1997). * - \[Koenig97\]: A. Koenig and B. Moo. Ruminations on C++ (Addison-Wesley, 1997). + [Koenig97]: A. Koenig and B. Moo. Ruminations on C++ (Addison-Wesley, 1997). * - \[Lakos96\]: J. Lakos. Large-Scale C++ Software Design (Addison-Wesley, 1996). + [Lakos96]: J. Lakos. Large-Scale C++ Software Design (Addison-Wesley, 1996). * - \[Meyers96\]: S. Meyers. More Effective C++ (Addison-Wesley, 1996). + [Meyers96]: S. Meyers. More Effective C++ (Addison-Wesley, 1996). * - \[Meyers97\]: S. Meyers. Effective C++ (2nd Edition) (Addison-Wesley, 1997). + [Meyers97]: S. Meyers. Effective C++ (2nd Edition) (Addison-Wesley, 1997). * - \[Meyers15\]: S. Meyers. Effective Modern C++ (O'Reilly, 2015). + [Meyers15]: S. Meyers. Effective Modern C++ (O'Reilly, 2015). * - \[Murray93\]: R. Murray. C++ Strategies and Tactics (Addison-Wesley, 1993). + [Murray93]: R. Murray. C++ Strategies and Tactics (Addison-Wesley, 1993). * - \[Stroustrup00\]: B. Stroustrup. The C++ Programming Language (Special 3rdEdition) (Addison-Wesley, 2000). + [Stroustrup00]: B. Stroustrup. The C++ Programming Language (Special 3rdEdition) (Addison-Wesley, 2000). * - \[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). * - \[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. * - \[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. * - \[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). * - \[SuttAlex05\]: H. Sutter and A. Alexandrescu. C++ Coding Standards. Addison-Wesley 2005. + [SuttAlex05]: H. Sutter and A. Alexandrescu. C++ Coding Standards. Addison-Wesley 2005. * [Sutter00]: H. Sutter. Exceptional C++ (Addison-Wesley, 2000). *