Skip to content

[res.on.functions] Properly capitalize full-sentence bullets. #2946

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
Aug 7, 2019
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
12 changes: 6 additions & 6 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2882,31 +2882,31 @@

\begin{itemize}
\item
for replacement functions\iref{new.delete}, if the installed replacement function does not
For replacement functions\iref{new.delete}, if the installed replacement function does not
implement the semantics of the applicable
\required
paragraph.
\item
for handler functions~(\ref{new.handler}, \ref{terminate.handler}),
For handler functions~(\ref{new.handler}, \ref{terminate.handler}),
if the installed handler function does not implement the semantics of the applicable
\required
paragraph
paragraph.
\item
for types used as template arguments when instantiating a template component,
For types used as template arguments when instantiating a template component,
if the operations on the type do not implement the semantics of the applicable
\emph{Requirements}
subclause~(\ref{allocator.requirements}, \ref{container.requirements}, \ref{iterator.requirements},
\ref{algorithms.requirements}, \ref{numeric.requirements}).
Operations on such types can report a failure by throwing an exception
unless otherwise specified.
\item
if any replacement function or handler function or destructor operation exits via an exception,
If any replacement function or handler function or destructor operation exits via an exception,
unless specifically allowed
in the applicable
\required
paragraph.
\item
if an incomplete type\iref{basic.types} is used as a template
If an incomplete type\iref{basic.types} is used as a template
argument when instantiating a template component or evaluating a concept, unless specifically
allowed for that component.
\end{itemize}
Expand Down