Skip to content

Commit 730d851

Browse files
authored
scope does not affect operator overloading (#3648)
1 parent b705f73 commit 730d851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/function.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,8 @@ $(H2 $(LNAME2 function-overloading, Function Overloading))
12951295

12961296
$(P Literals do not match $(CODE ref) or $(CODE out) parameters.)
12971297

1298+
$(P $(CODE scope) parameter storage class does not affect function overloading.)
1299+
12981300
$(P If two or more functions have the same match level,
12991301
then $(LNAME2 partial-ordering, $(I partial ordering))
13001302
is used to disambiguate to find the best match.

0 commit comments

Comments
 (0)