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
f330d4d1
Verified
Commit
f330d4d1
authored
Oct 09, 2019
by
Justin Carpentier
Browse files
mutlibody/visitor: correct inclusion
parent
613dac21
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/visitor.hpp
View file @
f330d4d1
...
...
@@ -8,7 +8,7 @@
#define BOOST_FUSION_INVOKE_MAX_ARITY 10
#include <boost/variant.hpp>
#include <boost/variant
/static_visitor
.hpp>
#include <boost/fusion/include/invoke.hpp>
#include <boost/fusion/container/generation/make_vector.hpp>
...
...
@@ -160,7 +160,8 @@ namespace pinocchio
};
template
<
typename
ArgType
,
typename
Dummy
=
void
>
struct
InternalVisitorModel
:
public
boost
::
static_visitor
<
ReturnType
>
struct
InternalVisitorModel
:
public
boost
::
static_visitor
<
ReturnType
>
{
InternalVisitorModel
(
ArgType
args
)
:
args
(
args
)
...
...
Write
Preview
Markdown
is supported
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