Skip to content

Commit 095b304

Browse files
committed
Trailing space.
1 parent 0610a1d commit 095b304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5210,7 +5210,7 @@
52105210
template<int> struct X { };
52115211
constexpr A a = 42;
52125212
X<a> x; // OK: unique conversion to \tcode{int}
5213-
int ary[a]; // error: ambiguous: conversion
5213+
int ary[a]; // error: ambiguous: conversion
52145214
\end{codeblock}
52155215
\end{example}%
52165216
\indextext{expression|)}

0 commit comments

Comments
 (0)