Skip to content

Commit d4c4cc0

Browse files
onihusubezygoloid
authored andcommitted
[basic.lookup.argdep]/5 add export to apply()
fix #2968
1 parent cc42130 commit d4c4cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@
19141914
import M;
19151915
export R::X make();
19161916
namespace R { static int g(X); }
1917-
template<typename T, typename U> void apply(T t, U u) {
1917+
export template<typename T, typename U> void apply(T t, U u) {
19181918
f(t, u);
19191919
g(t);
19201920
}

0 commit comments

Comments
 (0)