We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997911a commit a81f79fCopy full SHA for a81f79f
include/eigenpy/std-map.hpp
@@ -28,7 +28,7 @@ struct StdMapPythonVisitor
28
29
namespace python {
30
// fix previous mistake (deprecated using-decl)
31
-EIGENPY_DEPRECATED using ::eigenpy::StdMapPythonVisitor;
+using ::eigenpy::StdMapPythonVisitor EIGENPY_DEPRECATED;
32
} // namespace python
33
} // namespace eigenpy
34
0 commit comments