Skip to content

Commit 57d4d65

Browse files
committed
[temp.expl.spec] Update example to match core issue 374 / N3064.
1 parent eb18f34 commit 57d4d65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/templates.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5181,7 +5181,9 @@
51815181
}
51825182

51835183
template<> class N::Y<double> { /* ... */ }; // OK: specialization
5184-
// in same namespace
5184+
// in enclosing namespace
5185+
template<> class N::Y<short> { /* ... */ }; // OK: specialization
5186+
// in enclosing namespace
51855187
\end{codeblock}
51865188
\exitexample
51875189

0 commit comments

Comments
 (0)