Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 826798a

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /