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
Gabriele Buondonno
pinocchio
Commits
d0c7d48c
Commit
d0c7d48c
authored
Jan 10, 2018
by
jcarpent
Browse files
[Model] Add missing template specialization
This fix a bug related to recent versions of GCC under 16.10 and more
parent
88bc747e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/model.hpp
View file @
d0c7d48c
...
...
@@ -336,6 +336,15 @@ namespace se3
template
<
class
T1
,
class
T2
,
class
T3
,
class
T4
,
class
T5
,
class
T6
,
class
T7
,
class
T8
,
class
T9
,
class
T10
>
inline
bool
check
(
const
boost
::
fusion
::
list
<
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
,
T9
,
T10
>
&
checkerList
)
const
;
template
<
class
T1
,
class
T2
,
class
T3
>
inline
bool
check
(
const
boost
::
fusion
::
list
<
T1
,
T2
,
T3
>
&
checkerList
)
const
;
template
<
class
T1
,
class
T2
>
inline
bool
check
(
const
boost
::
fusion
::
list
<
T1
,
T2
>
&
checkerList
)
const
;
template
<
class
T1
>
inline
bool
check
(
const
boost
::
fusion
::
list
<
T1
>
&
checkerList
)
const
;
/// Run check(fusion::list) with DEFAULT_CHECKERS as argument.
inline
bool
check
()
const
;
...
...
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