Commit 41118459 by Jason Merrill

update

From-SVN: r25017
parent b775105b
......@@ -13,7 +13,7 @@ namespace A {
};
template <>
const unsigned B<int,int>::count = 2;
const unsigned B<int,int>::count = 2; // ERROR - duplicate init
}
};
......
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