Skip to content

Commit

Permalink
[basic.lookup.argdep]/5 add export to apply()
Browse files Browse the repository at this point in the history
fix #2968
  • Loading branch information
onihusube authored and zygoloid committed Aug 7, 2019
1 parent cc42130 commit d4c4cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@
import M;
export R::X make();
namespace R { static int g(X); }
template<typename T, typename U> void apply(T t, U u) {
export template<typename T, typename U> void apply(T t, U u) {
f(t, u);
g(t);
}
Expand Down

0 comments on commit d4c4cc0

Please sign in to comment.