Skip to content

Commit 70ae569

Browse files
authored
[except.spec] Excise undefined term 'instantiation directive'. (#4312)
1 parent d8707dd commit 70ae569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@
731731
a \grammarterm{noexcept-specifier} may be specified,
732732
but is not required.
733733
If a \grammarterm{noexcept-specifier} is specified
734-
in an explicit instantiation directive,
734+
in an explicit instantiation,
735735
the exception specification shall be the same as
736736
the exception specification of all other declarations of that function.
737737
A diagnostic is required only if the

0 commit comments

Comments
 (0)