Fixes for 1.41

[SVN r56921]
This commit is contained in:
Ion Gaztañaga
2009-10-16 14:56:06 +00:00
parent 795ca6db2b
commit 90823da7bd

View File

@@ -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)
{} {}