Skip to content

Commit

Permalink
Reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoeppe committed Nov 26, 2020
1 parent 1ad649a commit 088ddc6
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 @@ -3052,7 +3052,7 @@
}
void adl(double);

inline void h(auto x) { adl(x); } // OK, but a specialization might be an exposure
inline void h(auto x) { adl(x); } // OK, but certain specializations are exposures
\end{codeblocktu}
\begin{codeblocktu}{Translation unit \#2}
module A;
Expand Down

0 comments on commit 088ddc6

Please sign in to comment.