Skip to content

Remove stray whitespace after opening parentheses. #1364

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
Jan 17, 2017
Merged
Show file tree
Hide file tree
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
8 changes: 3 additions & 5 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6455,9 +6455,8 @@
\begin{itemdescr}
\pnum
\effects
Behaves as a formatted output function
(~\ref{ostream.formatted.reqmts}) of \tcode{out}.
Constructs a character sequence \tcode{seq}.
Behaves as a formatted output function~(\ref{ostream.formatted.reqmts})
of \tcode{out}. Constructs a character sequence \tcode{seq}.
If \tcode{c} has type
\tcode{char}
and the character type of the stream is not
Expand Down Expand Up @@ -8856,8 +8855,7 @@
\tcode{basic_streambuf<charT, traits>::underflow()},
with the specialization that a sequence of characters is read from the input
sequence as if by reading from the associated file
into an internal buffer (
\tcode{extern_buf})
into an internal buffer (\tcode{extern_buf})
and then as if by doing:

\begin{codeblock}
Expand Down
2 changes: 1 addition & 1 deletion source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15881,7 +15881,7 @@
\tcode{is_constructible_v<T,}\br
\tcode{Args...>} is \tcode{true} and the variable
definition for \tcode{is_constructible}, as defined below, is known to call
no operation that is not trivial (~\ref{basic.types},~\ref{special}). &
no operation that is not trivial~(\ref{basic.types},~\ref{special}). &
\tcode{T} and all types in the parameter pack \tcode{Args} shall be complete types,
\cv{}~\tcode{void}, or arrays of unknown bound. \\ \rowsep

Expand Down