mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-29 07:59:25 +00:00
Removed rogue CATCH_CONFIG_SFINAE for GCC 3.x
This commit is contained in:
parent
471eba2c32
commit
c887d1a167
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
#if __GNUC__ < 3
|
||||
|
||||
#if (__GNUC_MINOR__ >= 96 )
|
||||
#define CATCH_CONFIG_SFINAE
|
||||
//#define CATCH_CONFIG_SFINAE
|
||||
#endif
|
||||
|
||||
#elif __GNUC__ >= 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue