Skip to content

[thread] Remove class name repeated in subheadings #2368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
\pnum The specialization is enabled\iref{unord.hash}.
\end{itemdescr}

\rSec3[thread.thread.constr]{\tcode{thread} constructors}
\rSec3[thread.thread.constr]{Constructors}

\indexlibrary{\idxcode{thread}!constructor}%
\begin{itemdecl}
Expand Down Expand Up @@ -588,7 +588,7 @@

\end{itemdescr}

\rSec3[thread.thread.destr]{\tcode{thread} destructor}
\rSec3[thread.thread.destr]{Destructor}

\indexlibrary{\idxcode{thread}!destructor}%
\begin{itemdecl}
Expand All @@ -605,7 +605,7 @@
\end{note}
\end{itemdescr}

\rSec3[thread.thread.assign]{\tcode{thread} assignment}
\rSec3[thread.thread.assign]{Assignment}

\indexlibrarymember{operator=}{thread}%
\begin{itemdecl}
Expand All @@ -625,7 +625,7 @@
\returns \tcode{*this}.
\end{itemdescr}

\rSec3[thread.thread.member]{\tcode{thread} members}
\rSec3[thread.thread.member]{Members}

\indexlibrarymember{swap}{thread}%
\begin{itemdecl}
Expand Down Expand Up @@ -717,7 +717,7 @@
\tcode{*this}.
\end{itemdescr}

\rSec3[thread.thread.static]{\tcode{thread} static members}
\rSec3[thread.thread.static]{Static members}

\indexlibrarymember{hardware_concurrency}{thread}%
\begin{itemdecl}
Expand All @@ -731,7 +731,7 @@
well-defined, an implementation should return 0.
\end{itemdescr}

\rSec3[thread.thread.algorithm]{\tcode{thread} specialized algorithms}
\rSec3[thread.thread.algorithm]{Specialized algorithms}

\indexlibrarymember{swap}{thread}%
\begin{itemdecl}
Expand Down Expand Up @@ -1886,7 +1886,7 @@
meets the \oldconcept{TimedLockable} requirements\iref{thread.req.lockable.timed},
\tcode{unique_lock<Mutex>} also meets the \oldconcept{TimedLockable} requirements. \end{note}

\rSec4[thread.lock.unique.cons]{\tcode{unique_lock} constructors, destructor, and assignment}
\rSec4[thread.lock.unique.cons]{Constructors, destructor, and assignment}

\indexlibrary{\idxcode{unique_lock}!constructor}%
\begin{itemdecl}
Expand Down Expand Up @@ -2044,7 +2044,7 @@
\pnum\effects If \tcode{owns} calls \tcode{pm->unlock()}.
\end{itemdescr}

\rSec4[thread.lock.unique.locking]{\tcode{unique_lock} locking}
\rSec4[thread.lock.unique.locking]{Locking}

\indexlibrarymember{lock}{unique_lock}%
\begin{itemdecl}
Expand Down Expand Up @@ -2190,7 +2190,7 @@
\end{itemize}
\end{itemdescr}

\rSec4[thread.lock.unique.mod]{\tcode{unique_lock} modifiers}
\rSec4[thread.lock.unique.mod]{Modifiers}

\indexlibrarymember{swap}{unique_lock}%
\begin{itemdecl}
Expand Down Expand Up @@ -2222,7 +2222,7 @@
\pnum\effects As if by \tcode{x.swap(y)}.
\end{itemdescr}

\rSec4[thread.lock.unique.obs]{\tcode{unique_lock} observers}
\rSec4[thread.lock.unique.obs]{Observers}

\indexlibrarymember{owns_lock}{unique_lock}%
\begin{itemdecl}
Expand Down Expand Up @@ -2323,7 +2323,7 @@
\begin{note} \tcode{shared_lock<Mutex>} meets the \oldconcept{TimedLockable}
requirements\iref{thread.req.lockable.timed}. \end{note}

\rSec4[thread.lock.shared.cons]{\tcode{shared_lock} constructors, destructor, and assignment}
\rSec4[thread.lock.shared.cons]{Constructors, destructor, and assignment}

\indexlibrary{\idxcode{shared_lock}!constructor}%
\begin{itemdecl}
Expand Down Expand Up @@ -2480,7 +2480,7 @@
\tcode{sl.pm == nullptr} and \tcode{sl.owns == false}.
\end{itemdescr}

\rSec4[thread.lock.shared.locking]{\tcode{shared_lock} locking}
\rSec4[thread.lock.shared.locking]{Locking}

\indexlibrarymember{lock}{shared_lock}%
\begin{itemdecl}
Expand Down Expand Up @@ -2618,7 +2618,7 @@
\end{itemize}
\end{itemdescr}

\rSec4[thread.lock.shared.mod]{\tcode{shared_lock} modifiers}
\rSec4[thread.lock.shared.mod]{Modifiers}

\indexlibrarymember{swap}{shared_lock}%
\begin{itemdecl}
Expand Down Expand Up @@ -2654,7 +2654,7 @@
\effects As if by \tcode{x.swap(y)}.
\end{itemdescr}

\rSec4[thread.lock.shared.obs]{\tcode{shared_lock} observers}
\rSec4[thread.lock.shared.obs]{Observers}

\indexlibrarymember{owns_lock}{shared_lock}%
\begin{itemdecl}
Expand Down Expand Up @@ -4992,7 +4992,7 @@
}
\end{codeblock}

\rSec3[futures.task.members]{\tcode{packaged_task} member functions}
\rSec3[futures.task.members]{Member functions}

\indexlibrary{\idxcode{packaged_task}!constructor}%
\begin{itemdecl}
Expand Down Expand Up @@ -5205,7 +5205,7 @@
\end{itemize}
\end{itemdescr}

\rSec3[futures.task.nonmembers]{\tcode{packaged_task} globals}
\rSec3[futures.task.nonmembers]{Globals}

\indexlibrarymember{swap}{packaged_task}%
\begin{itemdecl}
Expand Down