mirror of
https://github.com/boostorg/config.git
synced 2026-05-03 19:40:47 +02:00
Update gcc-4.6.0 config and tests to match.
[SVN r70754]
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user