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 03d80ce commit 7a614f7Copy full SHA for 7a614f7
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