From cef4d529d0bf0706c572d5382dc872bd630f3094 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 1 Nov 2025 19:16:17 +0200 Subject: [PATCH] Remove BOOST_COMPAT_HAS_AUTO_NTTP --- include/boost/compat/nontype.hpp | 4 ---- 1 file changed, 4 deletions(-) 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 {