diff --git a/source/expressions.tex b/source/expressions.tex index 683b30137f..a26fea460f 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -1207,6 +1207,8 @@ \rSec1[expr.prim]{Primary expressions}% \indextext{expression!primary|(} +\rSec2[expr.prim.grammar]{Grammar} + \begin{bnf} \nontermdef{primary-expression}\br literal\br diff --git a/source/iostreams.tex b/source/iostreams.tex index 101e063a36..625d077525 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -1641,6 +1641,8 @@ \rSec2[fpos]{Class template \tcode{fpos}} +\rSec3[fpos.general]{General} + \indexlibraryglobal{fpos}% \begin{codeblock} namespace std { diff --git a/source/iterators.tex b/source/iterators.tex index c59e2264c3..c2a2b08d1a 100644 --- a/source/iterators.tex +++ b/source/iterators.tex @@ -3842,6 +3842,8 @@ \rSec3[back.insert.iterator]{Class template \tcode{back_insert_iterator}} +\rSec4[back.insert.iter.general]{General} + \indexlibraryglobal{back_insert_iterator}% \begin{codeblock} namespace std { @@ -3953,6 +3955,8 @@ \rSec3[front.insert.iterator]{Class template \tcode{front_insert_iterator}} +\rSec4[front.insert.iter.general]{General} + \indexlibraryglobal{front_insert_iterator}% \begin{codeblock} namespace std { @@ -4064,6 +4068,8 @@ \rSec3[insert.iterator]{Class template \tcode{insert_iterator}} +\rSec4[insert.iter.general]{General} + \indexlibraryglobal{insert_iterator}% \begin{codeblock} namespace std { diff --git a/source/locales.tex b/source/locales.tex index 26ea841200..49094733a8 100644 --- a/source/locales.tex +++ b/source/locales.tex @@ -3614,6 +3614,8 @@ \rSec3[locale.time.put]{Class template \tcode{time_put}} +\rSec4[locale.time.put.general]{General} + \indexlibraryglobal{time_put}% \begin{codeblock} namespace std { @@ -3778,6 +3780,8 @@ \rSec3[locale.money.get]{Class template \tcode{money_get}} +\rSec4[locale.money.get.general]{General} + \indexlibraryglobal{money_get}% \begin{codeblock} namespace std { @@ -3945,6 +3949,8 @@ \rSec3[locale.money.put]{Class template \tcode{money_put}} +\rSec4[locale.money.put.general]{General} + \indexlibraryglobal{money_put}% \begin{codeblock} namespace std { diff --git a/source/support.tex b/source/support.tex index 9924cbdabd..b655d6635a 100644 --- a/source/support.tex +++ b/source/support.tex @@ -5566,6 +5566,8 @@ \rSec3[coroutine.handle.noop]{Class \tcode{coroutine_handle}} +\rSec4[coroutine.handle.noop.general]{General} + \indexlibraryglobal{coroutine_handle}% \begin{codeblock} namespace std {