Merge branch 'develop'

This commit is contained in:
Peter Dimov
2016-05-17 18:01:36 +03:00

View File

@@ -59,7 +59,7 @@ public:
typedef T element_type;
intrusive_ptr() BOOST_NOEXCEPT : px( 0 )
BOOST_CONSTEXPR intrusive_ptr() BOOST_NOEXCEPT : px( 0 )
{
}