Kevin Ushey 0394905325 restrict nullptr detection to gcc 4 (closes #526)
The old detection logic here assumed that all versions of gcc >= 5 would
provide nullptr and `std::nullptr_t`; this is only true in gcc >= 5 when
the standard is explicitly set (e.g. `std=c++11`), and other detection
logic handles that.

This change allows Catch-using programs to compile with gcc >= 5, when
using the default (C++98) standard.
2015-10-27 13:48:02 -07:00
..
2014-12-11 23:48:11 +00:00
2014-03-17 18:40:58 +00:00
2014-05-20 18:49:28 +01:00
2014-05-19 18:57:14 +01:00
2014-03-01 10:38:14 +00:00
2013-07-03 19:14:59 +01:00
2015-10-22 21:49:32 +02:00
2014-06-30 07:33:17 +01:00
2014-06-30 07:33:17 +01:00
2014-07-09 07:35:34 +01:00
2014-03-17 18:40:58 +00:00
2015-06-30 18:26:09 +01:00