mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +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__ < 3
|
||||||
|
|
||||||
#if (__GNUC_MINOR__ >= 96 )
|
#if (__GNUC_MINOR__ >= 96 )
|
||||||
#define CATCH_CONFIG_SFINAE
|
//#define CATCH_CONFIG_SFINAE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif __GNUC__ >= 3
|
#elif __GNUC__ >= 3
|
||||||
|
Loading…
Reference in New Issue
Block a user