David Grayson
c8b4c922a5
GCC 5.2 only has nullptr if running in C++11 mode (or greater). Every
...
GCC since 4.7 has a __cplusplus macro we can check to see what version
of the C++ standard is being used.
This change preserves the logic that was used for GCC 4, but for GCC
versions greater than 4, we will assume it has nullptr if and only if
the __cplusplus macro is large enough.
This allows catch to work on GCC 5.2 when it is not running in C++11
mode.
2015-07-24 13:48:58 -07:00
..
2014-12-11 23:48:11 +00:00
2015-05-19 22:31:57 +01:00
2014-05-29 08:00:20 +01:00
2015-07-15 23:02:25 +01:00
2014-03-17 18:40:58 +00:00
2015-07-06 18:46:50 +01:00
2015-07-15 23:02:25 +01:00
2015-07-02 23:02:35 +01:00
2015-07-24 13:48:58 -07:00
2015-07-02 08:20:18 +01:00
2015-07-03 12:02:40 +02:00
2014-10-21 07:24:30 +01:00
2015-07-01 07:33:27 +01:00
2014-05-20 18:49:28 +01:00
2014-05-28 18:53:01 +01:00
2015-07-01 07:33:27 +01:00
2013-07-03 19:14:59 +01:00
2015-07-23 23:05:05 +01:00
2014-12-09 18:49:58 +00:00
2015-05-19 22:31:57 +01:00
2014-10-21 07:24:30 +01:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2015-07-13 15:03:04 +01:00
2014-08-22 19:33:28 +01:00
2015-02-11 13:12:42 -08:00
2013-07-03 19:14:59 +01:00
2013-07-03 19:14:59 +01:00
2013-12-03 18:52:41 +00:00
2015-05-19 22:31:57 +01:00
2014-05-28 18:53:01 +01:00
2014-06-30 07:33:17 +01:00
2014-12-22 20:10:33 +00:00
2014-12-22 20:10:33 +00:00
2014-12-22 20:10:33 +00:00
2014-12-19 17:52:33 +00:00
2015-07-15 23:02:25 +01:00
2014-05-19 18:57:14 +01:00
2014-05-19 18:57:14 +01:00
2014-05-19 18:57:14 +01:00
2014-03-20 14:03:51 +01:00
2012-08-16 18:47:41 +01:00
2015-07-01 07:33:27 +01:00
2015-07-01 07:33:27 +01:00
2013-08-16 19:08:39 +01:00
2015-07-01 07:33:27 +01:00
2015-03-04 07:54:35 +00:00
2015-07-01 07:33:27 +01:00
2013-09-24 07:41:18 +01:00
2015-07-01 07:33:27 +01:00
2015-07-15 23:02:25 +01:00
2015-07-15 23:02:25 +01:00
2015-04-29 13:54:47 +03:00
2015-07-03 18:27:36 +01:00
2014-07-09 07:39:57 +01:00
2015-07-01 07:33:27 +01:00
2014-10-03 08:15:27 +01:00
2014-07-09 07:39:57 +01:00
2014-10-02 19:08:19 +01:00
2015-07-01 07:33:27 +01:00
2014-04-18 08:49:35 +01:00
2015-05-21 06:15:53 +01:00
2014-06-30 07:33:17 +01:00
2014-10-02 19:08:19 +01:00
2014-06-30 07:33:17 +01:00
2015-07-02 08:20:18 +01:00
2015-07-02 08:20:18 +01:00
2015-07-10 07:44:37 +01:00
2015-07-01 07:33:27 +01:00
2015-03-04 07:17:12 +00:00
2014-07-03 08:09:57 +01:00
2015-07-15 23:02:25 +01:00
2014-03-17 18:40:58 +00:00
2014-09-03 19:20:23 +01:00
2015-07-01 07:33:27 +01:00
2015-07-23 23:05:05 +01:00
2015-07-23 23:05:05 +01:00
2014-12-30 18:24:31 +00:00
2015-06-29 18:06:15 +01:00
2015-07-24 08:13:52 +01:00
2015-07-15 23:02:25 +01:00
2015-07-23 23:05:05 +01:00