Skip to content

Commit 826798a

Browse files
committed
use parent namespace
1 parent a91e57c commit 826798a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/std_map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ boost::unordered_map<std::string, T1> copy_boost(
3131
BOOST_PYTHON_MODULE(std_map) {
3232
eigenpy::enableEigenPy();
3333

34-
eigenpy::python::StdMapPythonVisitor<
34+
eigenpy::StdMapPythonVisitor<
3535
std::string, double, std::less<std::string>,
3636
std::allocator<std::pair<const std::string, double> >,
3737
true>::expose("StdMap_Double");

0 commit comments

Comments
 (0)