Update CXX-Language.xml - title case

This commit is contained in:
Mirek Jahoda 2017-10-24 08:14:13 +00:00
parent 8005329c4d
commit 9b8d50f84f

View file

@ -2,7 +2,7 @@
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<section id="sect-Defensive_Coding-CXX-Language">
<title>The core language</title>
<title>The Core Language</title>
<para>
C++ includes a large subset of the C language. As far as the C
subset is used, the recommendations in <xref
@ -10,7 +10,7 @@
</para>
<section>
<title>Array allocation with <literal>operator new[]</literal></title>
<title>Array Allocation with <literal>operator new[]</literal></title>
<para>
For very large values of <literal>n</literal>, an expression
like <literal>new T[n]</literal> can return a pointer to a heap
@ -114,7 +114,7 @@
</section>
<section id="sect-Defensive_Coding-CXX-Language-CXX11">
<title>C++0X and C++11 support</title>
<title>C++0X and C++11 Support</title>
<para>
GCC offers different language compatibility modes:
</para>