Complete disable CATCH_SFINAE for now

This commit is contained in:
Phil Nash 2013-04-20 23:18:44 +01:00
parent 003960dc90
commit 9fff9e47d3
2 changed files with 4 additions and 2 deletions

View file

@ -52,7 +52,7 @@
#elif __GNUC__ >= 3
#define CATCH_SFINAE
// #define CATCH_SFINAE // Taking this out completely for now
#endif // __GNUC__ < 3