mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 19:12:16 +00:00
This commit was manufactured by cvs2svn to create tag
'merged_to_RC_1_34_0'. [SVN r37938]
This commit is contained in:
@@ -53,10 +53,5 @@ BOOST_PYTHON_MODULE(vector_indexing_suite_ext)
|
||||
class_<std::vector<bool> >("BoolVec")
|
||||
.def(vector_indexing_suite<std::vector<bool> >())
|
||||
;
|
||||
|
||||
// vector of strings
|
||||
class_<std::vector<std::string> >("StringVec")
|
||||
.def(vector_indexing_suite<std::vector<std::string> >())
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user