2
0
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:
Dave Abrahams
2002-07-17 14:05:31 +00:00
parent 61ba4cd1ce
commit c2e115b6a5

View File

@@ -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<