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
a739fc15
Commit
a739fc15
authored
Jul 09, 2016
by
Tiago Peixoto
Browse files
hash_map_wrap.hh: fix issue with libc++
parent
0116929e
Pipeline
#195
failed with stage
in 468 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph/hash_map_wrap.hh
View file @
a739fc15
...
...
@@ -275,7 +275,7 @@ template<class Key,
class
Value
,
class
Hash
=
std
::
hash
<
Key
>,
class
Pred
=
std
::
equal_to
<
Key
>
,
class
Alloc
=
std
::
allocator
<
Key
>>
class
Alloc
=
std
::
allocator
<
std
::
pair
<
const
Key
,
Value
>
>>
class
gt_hash_map
:
#ifdef HAVE_SPARSEHASH
public
google
::
dense_hash_map
<
Key
,
Value
,
Hash
,
Pred
,
Alloc
>
...
...
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