mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 21:24:40 +02:00
Remove use of BOOST_NO_CXX11_TEMPLATE_ALIASES
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user