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
Humanoid Path Planner
hpp-core
Commits
884a1d04
Unverified
Commit
884a1d04
authored
Nov 27, 2019
by
Guilhem Saurel
Committed by
GitHub
Nov 27, 2019
Browse files
Merge pull request #187 from nim65s/devel
fix build with gcc 9 / -std=c++11
parents
c6592b35
16198a89
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/core/interpolated-path.hh
View file @
884a1d04
...
...
@@ -41,7 +41,7 @@ namespace hpp {
class
HPP_CORE_DLLAPI
InterpolatedPath
:
public
Path
{
public:
typedef
std
::
pair
<
value_type
,
Configuration_t
>
InterpolationPoint_t
;
typedef
std
::
pair
<
const
value_type
,
Configuration_t
>
InterpolationPoint_t
;
typedef
std
::
map
<
value_type
,
Configuration_t
,
std
::
less
<
value_type
>
,
Eigen
::
aligned_allocator
<
InterpolationPoint_t
>
>
InterpolationPoints_t
;
typedef
Path
parent_t
;
...
...
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