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
Tiago Peixoto
graph-tool
Commits
9e612575
Commit
9e612575
authored
Apr 11, 2012
by
Tiago Peixoto
Browse files
Fix edge_difference() compilation in some GCC versions
parent
67a10cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/graph_properties.cc
View file @
9e612575
...
...
@@ -221,9 +221,9 @@ struct do_edge_difference
void
edge_difference
(
GraphInterface
&
gi
,
boost
::
any
prop
,
boost
::
any
eprop
)
{
typedef
typename
mpl
::
insert_range
<
vertex_scalar_properties
,
mpl
::
end
<
vertex_scalar_properties
>::
type
,
vertex_scalar_vector_properties
>::
type
vprops_t
;
typedef
mpl
::
insert_range
<
vertex_scalar_properties
,
mpl
::
end
<
vertex_scalar_properties
>::
type
,
vertex_scalar_vector_properties
>::
type
vprops_t
;
run_action
<>
()(
gi
,
bind
<
void
>
(
do_edge_difference
(),
_1
,
gi
.
GetEdgeIndex
(),
_2
,
eprop
),
vprops_t
())(
prop
);
...
...
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