mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 07:02:15 +00:00
Fixed no proxy handling for containers of primitive types.
[SVN r19484]
This commit is contained in:
@@ -39,5 +39,10 @@ BOOST_PYTHON_MODULE(vector_indexing_suite_ext)
|
||||
class_<std::vector<X> >("XVec")
|
||||
.def(vector_indexing_suite<std::vector<X> >())
|
||||
;
|
||||
|
||||
// Compile check only...
|
||||
class_<std::vector<float> >("FloatVec")
|
||||
.def(vector_indexing_suite<std::vector<float> >())
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user