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

Commit 5f56e5d

Browse files
DaanDeMeyerjacobdufault
authored andcommitted
Fix gcc "backslash-newline at end of file" warning
1 parent af8997e commit 5f56e5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hash_utils.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ inline void hash_combine(std::size_t& seed, const T& v, Rest... rest) {
4040
return hash<int>()(static_cast<int>(t)); \
4141
} \
4242
}; \
43-
}
43+
}
44+

0 commit comments

Comments
 (0)