Skip to content

[enum.copy_options] Rephrase restriction on copy_options values. #1445

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
Mar 20, 2017
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: 5 additions & 7 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12416,9 +12416,7 @@
is a bitmask type~(\ref{bitmask.types}) that specifies bitmask constants used to control the semantics of
copy operations. The constants are specified in option groups with the meanings listed in Table~\ref{tab:fs.enum.copy_options}.
Constant \tcode{none} is shown in each option group for purposes of exposition;
implementations shall provide only a single definition. Calling a
library function with more than a single constant for an option
group results in undefined behavior.
implementations shall provide only a single definition.

\begin{floattable}
{Enum class \tcode{copy_options}}{tab:fs.enum.copy_options}
Expand Down Expand Up @@ -13839,8 +13837,8 @@

\begin{itemdescr}
\pnum
\requires At most one constant from each option group (\ref{fs.enum.copy.opts})
is present in \tcode{options}.
\requires At most one element from each option group (\ref{fs.enum.copy.opts})
is set in \tcode{options}.

\pnum
\effects
Expand Down Expand Up @@ -14000,8 +13998,8 @@

\begin{itemdescr}
\pnum
\requires At most one constant from each \tcode{copy_options}
option group (\ref{fs.enum.copy.opts}) is present
\requires At most one element from each
option group (\ref{fs.enum.copy.opts}) is set
in \tcode{options}.

\pnum
Expand Down