2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 04:02:16 +00:00

Remove BOOST_COMPAT_HAS_AUTO_NTTP

This commit is contained in:
Peter Dimov
2025-11-01 19:16:17 +02:00
parent 1e3cb9cc7a
commit cef4d529d0

View File

@@ -8,10 +8,6 @@
#include <boost/config.hpp>
#if defined(__cpp_nontype_template_parameter_auto) && __cpp_nontype_template_parameter_auto >= 201606L
#define BOOST_COMPAT_HAS_AUTO_NTTP
#endif
namespace boost {
namespace compat {