Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
96431435
Commit
96431435
authored
Mar 17, 2017
by
Etienne Renault
Browse files
bricks: please gcc-4.8 for auto specifier
* bricks/brick-hashset: here.
parent
bf748ceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
bricks/brick-hashset
View file @
96431435
...
...
@@ -43,8 +43,7 @@ using hash::hash128_t;
struct
DefaultHasher
{
// auto hash( int64_t v ) const -> std::pair<int64_t, int64_t>
auto
hash
(
int64_t
v
)
const
auto
hash
(
int64_t
v
)
const
->
std
::
pair
<
int64_t
,
int64_t
>
{
return
std
::
make_pair
(
v
,
~
v
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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