Skip to content

Commit a81f79f

Browse files
ManifoldFRjcarpent
authored andcommitted
is this a fix
1 parent 997911a commit a81f79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eigenpy/std-map.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct StdMapPythonVisitor
2828

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

0 commit comments

Comments
 (0)