mirror of
https://github.com/boostorg/intrusive.git
synced 2025-10-04 04:10:56 +02:00
* Fixed GCC -Wshadow warnings.
* Added missing `explicit` keyword in several intrusive container constructors. * Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. [SVN r81517]
This commit is contained in:
@@ -20,7 +20,7 @@ class CompleteSmartPtr
|
||||
|
||||
public:
|
||||
|
||||
#if !defined(BOOST_NO_TEMPLATE_ALIASES)
|
||||
#if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES)
|
||||
template <class U> using rebind = CompleteSmartPtr<U>;
|
||||
#else
|
||||
template <class U> struct rebind
|
||||
|
Reference in New Issue
Block a user