mirror of
https://github.com/boostorg/utility.git
synced 2026-04-29 10:13:25 +02:00
More type_traits tweeks.
[SVN r9287]
This commit is contained in:
@@ -149,7 +149,7 @@ template compressed_pair<double, int[2]>::compressed_pair();
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
// can't handle both types empty:
|
||||
unsigned int expected_failures = 1;
|
||||
unsigned int expected_failures = 4;
|
||||
#elif defined(__GNUC__)
|
||||
// no zero sized base classes:
|
||||
unsigned int expected_failures = 4;
|
||||
@@ -159,3 +159,4 @@ unsigned int expected_failures = 0;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user