Skip to content

Commit f25439c

Browse files
committed
it was not a fix
1 parent 7a614f7 commit f25439c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/eigenpy/std-map.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ struct StdMapPythonVisitor
2727
: GenericMapVisitor<std::map<Key, T, Compare, Allocator>, NoProxy> {};
2828

2929
namespace python {
30-
// fix previous mistake (deprecated using-decl)
31-
using ::eigenpy::StdMapPythonVisitor EIGENPY_DEPRECATED;
30+
// fix previous mistake
31+
using ::eigenpy::StdMapPythonVisitor;
3232
} // namespace python
3333
} // namespace eigenpy
3434

0 commit comments

Comments
 (0)