File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 732
732
the declaration has a potentially throwing exception specification
733
733
unless it is a destructor or a deallocation function
734
734
or is defaulted on its first declaration,
735
- in which cases the exception specfication
735
+ in which cases the exception specification
736
736
is as specified below
737
737
and no other declaration for that function
738
738
shall have a \grammarterm {noexcept-specifier}.
883
883
or a destructor without a \grammarterm {noexcept-specifier},
884
884
is potentially-throwing if and only if
885
885
any of the destructors
886
- for any of its potentially constructed subojects
886
+ for any of its potentially constructed subobjects
887
887
is potentially throwing.
888
888
889
889
\pnum
Original file line number Diff line number Diff line change 15177
15177
15178
15178
\begin {itemdescr }
15179
15179
\pnum
15180
- \returns An unspecifed directory path suitable for temporary files. An error shall be reported if
15180
+ \returns An unspecified directory path suitable for temporary files. An error shall be reported if
15181
15181
\tcode {!exists(p) || !is_directory(p)}, where \tcode {p} is the path to be returned.
15182
15182
The signature with argument \tcode {ec} returns \tcode {path()} if an
15183
15183
error occurs.
You can’t perform that action at this time.
0 commit comments