Skip to content
Snippets Groups Projects
Commit 53f50f98 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: add helper EIGENPY_UNUSED_TYPE

parent f2053d74
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ namespace bp = boost::python;
#define EIGENPY_NO_ALIGNMENT_VALUE Eigen::Unaligned
#define EIGENPY_UNUSED_VARIABLE(var) (void)(var)
#define EIGENPY_UNUSED_TYPE(type) (type *)(NULL)
#ifdef EIGENPY_WITH_CXX11_SUPPORT
#include <memory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment