2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

added missing 'explicit'

[SVN r14260]
This commit is contained in:
Dave Abrahams
2002-06-29 18:49:43 +00:00
parent 55dff4d512
commit d7273dee1c

View File

@@ -66,7 +66,7 @@ class handle
~handle();
template <class Y>
handle(Y* p)
explicit handle(Y* p)
: m_p(
python::upcast<T>(
detail::manage_ptr(p, 0)