Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
a31a9f0d
Verified
Commit
a31a9f0d
authored
Apr 02, 2021
by
Justin Carpentier
Browse files
core: add macro HPP_FCL_WITH_CXX11_SUPPORT
parent
8709c3eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/fwd.hh
View file @
a31a9f0d
...
...
@@ -41,6 +41,10 @@
#include
<hpp/fcl/config.hh>
#if (__cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1600))
#define HPP_FCL_WITH_CXX11_SUPPORT
#endif
namespace
hpp
{
namespace
fcl
{
using
boost
::
shared_ptr
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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