From 4bd302e5291bc13d565aacaa8d9aebcd6a7d5594 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt <mikael@djurfeldt.com> Date: Tue, 22 Dec 2015 16:07:14 +0100 Subject: [PATCH] Uncomment CATCH_CONFIG_CPP11_NULLPTR --- testsuite/unittests/catch/catch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/unittests/catch/catch.hpp b/testsuite/unittests/catch/catch.hpp index 03665c4..78c110e 100644 --- a/testsuite/unittests/catch/catch.hpp +++ b/testsuite/unittests/catch/catch.hpp @@ -116,7 +116,7 @@ #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6 && defined(__GXX_EXPERIMENTAL_CXX0X__) ) -#define CATCH_CONFIG_CPP11_NULLPTR +//#define CATCH_CONFIG_CPP11_NULLPTR #endif #endif // __GNUC__ -- GitLab