Update gcc-4.6.0 config and tests to match.

[SVN r70754]
This commit is contained in:
John Maddock
2011-03-30 18:24:18 +00:00
parent 7448397653
commit 2dfa0e4dd2
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ template<int> struct X { };
constexpr A a = 42;
X<a> x; // OK: unique conversion to int
X<a> xx; // OK: unique conversion to int
int test()
{