Skip to content
Snippets Groups Projects
Verified Commit 452c8688 authored by Justin Carpentier's avatar Justin Carpentier Committed by Justin Carpentier
Browse files

[Macros] Add macro to check if the compiler is C++11 compatible

parent f20f277a
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@
#include <Eigen/Core>
#include "pinocchio/utils/eigen-fix.hpp"
#if __cplusplus >= 201103L
#define PINOCCHIO_WITH_CXX11_SUPPORT
#endif
/// \brief Define the current version of Pinocchio
#define PINOCCHIO_MAJOR_VERSION 1
#define PINOCCHIO_MINOR_VERSION 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment