Remove use of BOOST_NO_CXX11_TEMPLATE_ALIASES

This commit is contained in:
Peter Dimov
2024-09-25 18:14:53 +03:00
parent 123040290c
commit 8863958e8d

View File

@@ -302,10 +302,8 @@ public:
} }
}; };
#if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES)
template<class T, class A> template<class T, class A>
using alloc_noinit_deleter = alloc_deleter<T, noinit_adaptor<A> >; using alloc_noinit_deleter = alloc_deleter<T, noinit_adaptor<A> >;
#endif
namespace detail { namespace detail {