File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 12193
12193
is a bitmask type~(\ref {bitmask.types }) that specifies bitmask constants used to control the semantics of
12194
12194
copy operations. The constants are specified in option groups with the meanings listed in Table~\ref {tab:enum.copy_options }.
12195
12195
Constant \tcode {none} is shown in each option group for purposes of exposition;
12196
- implementations shall provide only a single definition. Calling a
12197
- library function with more than a single constant for an option
12198
- group results in undefined behavior.
12196
+ implementations shall provide only a single definition.
12199
12197
12200
12198
\begin {floattable }
12201
12199
{Enum class \tcode {copy_options}}{tab:enum.copy_options}
13270
13268
13271
13269
\begin {itemdescr }
13272
13270
\pnum
13273
- \requires At most one constant from each option group (\ref {enum.copy_options })
13274
- is present in \tcode {options}.
13271
+ \requires At most one element from each option group (\ref {enum.copy_options })
13272
+ is set in \tcode {options}.
13275
13273
13276
13274
\pnum
13277
13275
\effects
13427
13425
13428
13426
\begin {itemdescr }
13429
13427
\pnum
13430
- \requires At most one constant from each \tcode {copy_options}
13431
- option group (\ref {enum.copy_options }) is present
13428
+ \requires At most one element from each \tcode {copy_options}
13429
+ option group (\ref {enum.copy_options }) is set
13432
13430
in \tcode {options}.
13433
13431
13434
13432
\pnum
You can’t perform that action at this time.
0 commit comments