diff --git a/include/internal/catch_evaluate.hpp b/include/internal/catch_evaluate.hpp index 8a7ed28..345f90c 100644 --- a/include/internal/catch_evaluate.hpp +++ b/include/internal/catch_evaluate.hpp @@ -39,9 +39,6 @@ namespace Internal { template T& removeConst(T const &t) { return const_cast(t); } -#ifdef CATCH_CONFIG_CPP11_NULLPTR - inline std::nullptr_t removeConst(std::nullptr_t) { return nullptr; } -#endif // So the compare overloads can be operator agnostic we convey the operator as a template