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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user