html section numbers updated
This commit is contained in:
parent
80b79fc583
commit
e0fb4b8956
3 changed files with 17 additions and 11 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue