mirror of
https://github.com/boostorg/type_traits.git
synced 2026-02-11 12:12:28 +00:00
First round of config fixes
[SVN r11146]
This commit is contained in:
@@ -226,6 +226,8 @@ unsigned int expected_failures = 55;
|
||||
#elif defined(__GNUC__)
|
||||
// classes that are POD's, or empty:
|
||||
unsigned int expected_failures = 4;
|
||||
#elif defined(__MWERKS__)
|
||||
unsigned int expected_failures = 12;
|
||||
#elif defined(BOOST_MSVC)
|
||||
// can't handle classes that are POD's or arrays that are POD's
|
||||
unsigned int expected_failures = 19;
|
||||
|
||||
Reference in New Issue
Block a user