html section numbers updated

This commit is contained in:
William S Fulton 2019-02-10 17:40:00 +00:00
commit e0fb4b8956
3 changed files with 17 additions and 11 deletions

View file

@ -15,6 +15,7 @@
<li><a href="#CPlusPlus17_core_language_changes">Core language changes</a>
<ul>
<li><a href="#CPlusPlus17_nested_namespaces">Nested namespace definitions</a>
<li><a href="#CPlusPlus17_u8_char_literals">UTF-8 character literals</a>
</ul>
<li><a href="#CPlusPlus17_standard_library_changes">Standard library changes</a>
</ul>
@ -73,6 +74,7 @@ namespace A {
<H3><a name="CPlusPlus17_u8_char_literals">8.2.2 UTF-8 character literals</a></H3>
<p>
C++17 added UTF-8 (u8) character literals.
These are of type char.