diff --git a/include/boost/compat/nontype.hpp b/include/boost/compat/nontype.hpp index d4492e0..17063d6 100644 --- a/include/boost/compat/nontype.hpp +++ b/include/boost/compat/nontype.hpp @@ -8,10 +8,6 @@ #include -#if defined(__cpp_nontype_template_parameter_auto) && __cpp_nontype_template_parameter_auto >= 201606L -#define BOOST_COMPAT_HAS_AUTO_NTTP -#endif - namespace boost { namespace compat {