mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 22:44:43 +02:00
Fixes for 1.41
[SVN r56919]
This commit is contained in:
@@ -108,7 +108,7 @@ class smart_ptr
|
|||||||
public: //Public Functions
|
public: //Public Functions
|
||||||
|
|
||||||
//!Constructor from raw pointer (allows "0" pointer conversion). Never throws.
|
//!Constructor from raw pointer (allows "0" pointer conversion). Never throws.
|
||||||
smart_ptr(pointer ptr = 0)
|
explicit smart_ptr(pointer ptr = 0)
|
||||||
: m_ptr(ptr)
|
: m_ptr(ptr)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user