mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Removed rogue CATCH_CONFIG_SFINAE for GCC 3.x
This commit is contained in:
parent
471eba2c32
commit
c887d1a167
@ -47,7 +47,7 @@
|
||||
#if __GNUC__ < 3
|
||||
|
||||
#if (__GNUC_MINOR__ >= 96 )
|
||||
#define CATCH_CONFIG_SFINAE
|
||||
//#define CATCH_CONFIG_SFINAE
|
||||
#endif
|
||||
|
||||
#elif __GNUC__ >= 3
|
||||
|
Loading…
Reference in New Issue
Block a user