Skip to content
Snippets Groups Projects
Commit 826798a2 authored by Wilson Jallet's avatar Wilson Jallet :clapper:
Browse files

use parent namespace

parent a91e57cb
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ boost::unordered_map<std::string, T1> copy_boost(
BOOST_PYTHON_MODULE(std_map) {
eigenpy::enableEigenPy();
eigenpy::python::StdMapPythonVisitor<
eigenpy::StdMapPythonVisitor<
std::string, double, std::less<std::string>,
std::allocator<std::pair<const std::string, double> >,
true>::expose("StdMap_Double");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment