* 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:
Ion Gaztañaga
2012-11-24 21:06:48 +00:00
parent 9847a9f626
commit 864f00b1c7
8 changed files with 144 additions and 128 deletions

View File

@@ -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