bricks: please gcc-4.8 for auto specifier
* bricks/brick-hashset: here.
This commit is contained in:
parent
941608060e
commit
ad005121ae
1 changed files with 1 additions and 2 deletions
|
|
@ -43,8 +43,7 @@ using hash::hash128_t;
|
||||||
|
|
||||||
struct DefaultHasher
|
struct DefaultHasher
|
||||||
{
|
{
|
||||||
// auto hash( int64_t v ) const -> std::pair<int64_t, int64_t>
|
auto hash( int64_t v ) const -> std::pair<int64_t, int64_t>
|
||||||
auto hash( int64_t v ) const
|
|
||||||
{
|
{
|
||||||
return std::make_pair( v, ~v );
|
return std::make_pair( v, ~v );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue