Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
7f91cda8
Verified
Commit
7f91cda8
authored
Sep 24, 2019
by
Justin Carpentier
Browse files
core/boost: always check even with PINOCCHIO_WITH_CXX11_SUPPORT on
parent
910c1eb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/container/boost-container-limits.hpp
View file @
7f91cda8
...
...
@@ -7,7 +7,7 @@
#include
"pinocchio/macros.hpp"
#ifndef PINOCCHIO_WITH_CXX11_SUPPORT
//
#ifndef PINOCCHIO_WITH_CXX11_SUPPORT
#define PINOCCHIO_BOOST_MPL_LIMIT_CONTAINER_SIZE_DEFAULT 30
...
...
@@ -29,6 +29,6 @@
# error "BOOST_MPL_LIMIT_LIST_SIZE value is lower than the value of PINOCCHIO_BOOST_MPL_LIMIT_CONTAINER_SIZE"
#endif
#endif // ifndef PINOCCHIO_WITH_CXX11_SUPPORT
//
#endif // ifndef PINOCCHIO_WITH_CXX11_SUPPORT
#endif // ifndef __pinocchio_container_boost_container_limits_hpp__
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment