Commit c536a84a by Jason Merrill

update

From-SVN: r22598
parent 18141e4c
...@@ -11,5 +11,5 @@ class bug { ...@@ -11,5 +11,5 @@ class bug {
class a {}; class a {};
}; };
template <class X> template <class X>
template <> template <> // ERROR - invalid specialization
class bug<X>::a<char> {}; // ERROR - invalid specialization class bug<X>::a<char> {}; // ERROR - ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment