Konstantin Baumann
d8a3ffedba
enhanced support for nullptr
...
these fixes enhance the support for C++11 nullptr/std::nullptr_t; now
you can write something like this:
std::exception_ptr ex;
CATCH_REQUIRE(ex == nullptr);
and
std::unique_ptr<int> ptr;
CATCH_REQUIRE(ptr.get() == nullptr);
The issue with the const_cast<T&> is that you cannot cast a
std::nullptr_t to a non-const-ref.
2013-01-31 10:50:04 +01:00
..
2012-10-09 11:48:55 +01:00
2012-11-13 21:59:50 +00:00
2012-11-13 21:59:50 +00:00
2012-11-13 21:59:50 +00:00
2012-11-13 21:59:50 +00:00
2012-11-13 22:03:50 +00:00
2012-09-26 21:42:44 -04:00
2012-11-01 08:27:09 +00:00
2012-05-15 08:02:36 +01:00
2012-09-26 21:42:44 -04:00
2012-09-28 19:21:14 +01:00
2012-05-15 08:02:36 +01:00
2012-05-10 08:17:06 +01:00
2013-01-31 10:50:04 +01:00
2012-09-17 01:53:39 -04:00
2012-11-01 08:27:09 +00:00
2012-11-16 10:47:33 +01:00
2012-11-13 21:59:50 +00:00
2012-11-13 21:59:50 +00:00
2012-09-17 01:53:39 -04:00
2012-05-21 18:52:09 +01:00
2012-11-01 08:27:09 +00:00
2012-11-13 21:59:50 +00:00
2012-08-13 07:46:10 +01:00
2012-09-17 01:53:39 -04:00
2012-08-13 07:46:10 +01:00
2012-11-01 08:27:09 +00:00
2012-11-01 08:27:09 +00:00
2012-09-17 01:53:39 -04:00
2012-08-28 08:20:18 +01:00
2012-08-24 08:23:50 +01:00
2012-10-12 07:58:17 +01:00
2012-08-06 20:16:53 +01:00
2012-11-13 21:59:50 +00:00
2012-08-16 18:47:41 +01:00
2012-08-14 19:30:30 +01:00
2012-10-12 07:58:17 +01:00
2012-11-01 08:27:09 +00:00
2012-08-07 07:58:34 +01:00
2012-08-13 07:46:10 +01:00
2013-01-31 10:46:05 +01:00
2012-11-13 21:59:50 +00:00
2012-09-17 01:53:39 -04:00
2012-09-17 01:53:39 -04:00
2012-05-21 18:52:09 +01:00
2012-09-28 19:21:14 +01:00
2012-09-28 19:21:14 +01:00
2012-11-13 21:59:50 +00:00
2012-11-13 21:59:50 +00:00
2012-11-13 21:59:50 +00:00
2012-11-13 21:59:50 +00:00
2012-11-13 21:59:50 +00:00
2012-09-26 21:42:44 -04:00
2012-08-08 08:50:38 +01:00
2012-09-28 19:21:14 +01:00
2012-09-28 19:21:14 +01:00