- fixes nullptr regression (I had accidentally left in some dev changes)
This commit is contained in:
Phil Nash 2013-12-14 22:53:28 +00:00
parent 859760abb4
commit 9d7b77956c
8 changed files with 10 additions and 36 deletions

View file

@ -11,7 +11,6 @@
// Much of the following code is based on Boost (1.53)
#ifdef __clang__
#define CATCH_CONFIG_CPP11_NULLPTR
#if __has_feature(cxx_nullptr)