Skip to content

Commit e0287d1

Browse files
eisenwavejensmaurer
authored andcommitted
[diff.cpp17.temp] Hyphenate argument-dependent lookup
1 parent 20c2851 commit e0287d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/compatibility.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,11 +984,11 @@
984984
and for which name lookup
985985
finds nothing or finds a function
986986
will be treated as a \grammarterm{template-name}
987-
in order to potentially cause argument dependent lookup to be performed.
987+
in order to potentially cause argument-dependent lookup to be performed.
988988
\rationale
989989
It was problematic to call a function template
990990
with an explicit template argument list
991-
via argument dependent lookup
991+
via argument-dependent lookup
992992
because of the need to have a template with the same name
993993
visible via normal lookup.
994994
\effect

0 commit comments

Comments
 (0)