Skip to content

Commit 8043471

Browse files
committed
[lex.ext] Fully-qualify std::size_t in example.
1 parent 57d4d65 commit 8043471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@
17291729

17301730
\begin{codeblock}
17311731
long double operator "" _w(long double);
1732-
std::string operator "" _w(const char16_t*, size_t);
1732+
std::string operator "" _w(const char16_t*, std::size_t);
17331733
unsigned operator "" _w(const char*);
17341734
int main() {
17351735
1.2_w; // calls \tcode{operator "" _w(1.2L)}

0 commit comments

Comments
 (0)