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 12416
12416
is a bitmask type~(\ref {bitmask.types }) that specifies bitmask constants used to control the semantics of
12417
12417
copy operations. The constants are specified in option groups with the meanings listed in Table~\ref {tab:fs.enum.copy_options }.
12418
12418
Constant \tcode {none} is shown in each option group for purposes of exposition;
12419
- implementations shall provide only a single definition. Calling a
12420
- library function with more than a single constant for an option
12421
- group results in undefined behavior.
12419
+ implementations shall provide only a single definition.
12422
12420
12423
12421
\begin {floattable }
12424
12422
{Enum class \tcode {copy_options}}{tab:fs.enum.copy_options}
13839
13837
13840
13838
\begin {itemdescr }
13841
13839
\pnum
13842
- \requires At most one constant from each option group (\ref {fs.enum.copy.opts })
13843
- is present in \tcode {options}.
13840
+ \requires At most one element from each option group (\ref {fs.enum.copy.opts })
13841
+ is set in \tcode {options}.
13844
13842
13845
13843
\pnum
13846
13844
\effects
14000
13998
14001
13999
\begin {itemdescr }
14002
14000
\pnum
14003
- \requires At most one constant from each \tcode {copy_options}
14004
- option group (\ref {fs.enum.copy.opts }) is present
14001
+ \requires At most one element from each
14002
+ option group (\ref {fs.enum.copy.opts }) is set
14005
14003
in \tcode {options}.
14006
14004
14007
14005
\pnum
You can’t perform that action at this time.
0 commit comments