From 8863958e8dcdbe429d728587fcf9ad6a4e7bf914 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 25 Sep 2024 18:14:53 +0300 Subject: [PATCH] Remove use of BOOST_NO_CXX11_TEMPLATE_ALIASES --- include/boost/smart_ptr/allocate_unique.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/smart_ptr/allocate_unique.hpp b/include/boost/smart_ptr/allocate_unique.hpp index 3cb7ef0..cbe9801 100644 --- a/include/boost/smart_ptr/allocate_unique.hpp +++ b/include/boost/smart_ptr/allocate_unique.hpp @@ -302,10 +302,8 @@ public: } }; -#if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES) template using alloc_noinit_deleter = alloc_deleter >; -#endif namespace detail {