catch2/include
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
..
external Reorganised C+11 feature detection a bit 2015-05-19 22:31:57 +01:00
internal restrict nullptr detection to gcc 4 (closes #526) 2015-10-27 13:48:02 -07:00
reporters Committed to semantic versioning 2015-06-29 18:06:15 +01:00
catch_runner.hpp Committed to semantic versioning 2015-06-29 18:06:15 +01:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00
catch.hpp suppressed some more warnings 2015-05-21 06:15:53 +01:00