mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Correct definition of C++11 alias rebind
This commit is contained in:
@ -219,7 +219,7 @@ struct pointer_traits<T*>
|
||||
|
||||
#if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES)
|
||||
template<class U>
|
||||
using rebind = typename rebind_to<U>::type*;
|
||||
using rebind = typename rebind_to<U>::type;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user