From d7273dee1ca8203b9cd95cfd491a7a3a398f157b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 29 Jun 2002 18:49:43 +0000 Subject: [PATCH] added missing 'explicit' [SVN r14260] --- include/boost/python/handle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/handle.hpp b/include/boost/python/handle.hpp index aa1412b3..78092a3f 100755 --- a/include/boost/python/handle.hpp +++ b/include/boost/python/handle.hpp @@ -66,7 +66,7 @@ class handle ~handle(); template - handle(Y* p) + explicit handle(Y* p) : m_p( python::upcast( detail::manage_ptr(p, 0)