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 f25439c commit 32e93f1Copy full SHA for 32e93f1
include/eigenpy/utils/empty-visitor.hpp
@@ -1,3 +1,6 @@
1
+#ifndef __eigenpy_utils_empty_visitor_hpp__
2
+#define __eigenpy_utils_empty_visitor_hpp__
3
+
4
#include <boost/python.hpp>
5
6
namespace eigenpy {
@@ -9,3 +12,5 @@ struct EmptyPythonVisitor
9
12
};
10
13
11
14
} // namespace eigenpy
15
16
+#endif // ifndef __eigenpy_utils_empty_visitor_hpp__
0 commit comments