diff --git a/include/boost/core/pointer_traits.hpp b/include/boost/core/pointer_traits.hpp index 71c9df6..fbc76e7 100644 --- a/include/boost/core/pointer_traits.hpp +++ b/include/boost/core/pointer_traits.hpp @@ -219,7 +219,7 @@ struct pointer_traits #if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES) template - using rebind = typename rebind_to::type*; + using rebind = typename rebind_to::type; #endif };