mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
Add missing typename
[SVN r14493]
This commit is contained in:
@@ -168,10 +168,10 @@ struct select_arg_from_python
|
||||
typedef typename mpl::select_type<
|
||||
obj_mgr
|
||||
, object_manager_value_arg_from_python<T>
|
||||
, mpl::select_type<
|
||||
, typename mpl::select_type<
|
||||
obj_mgr_ref
|
||||
, object_manager_ref_arg_from_python<T>
|
||||
, mpl::select_type<
|
||||
, typename mpl::select_type<
|
||||
ptr
|
||||
, pointer_arg_from_python<T>
|
||||
, typename mpl::select_type<
|
||||
|
||||
Reference in New Issue
Block a user