mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 04:42:28 +00:00
added missing line feed at end of source
[SVN r19447]
This commit is contained in:
@@ -38,4 +38,5 @@ BOOST_PYTHON_MODULE(vector_indexing_suite_ext)
|
||||
class_<std::vector<X> >("XVec")
|
||||
.def(vector_indexing_suite<std::vector<X> >())
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user