Removed rogue CATCH_CONFIG_SFINAE for GCC 3.x

This commit is contained in:
Phil Nash 2013-04-22 22:20:42 +01:00
parent 471eba2c32
commit c887d1a167
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#if __GNUC__ < 3
#if (__GNUC_MINOR__ >= 96 )
#define CATCH_CONFIG_SFINAE
//#define CATCH_CONFIG_SFINAE
#endif
#elif __GNUC__ >= 3