Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Fix gcc "backslash-newline at end of file" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer authored and jacobdufault committed Apr 21, 2018
1 parent af8997e commit 5f56e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hash_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ inline void hash_combine(std::size_t& seed, const T& v, Rest... rest) {
return hash<int>()(static_cast<int>(t)); \
} \
}; \
}
}

0 comments on commit 5f56e5d

Please sign in to comment.