Fix some "-Wpedantic" warnings

This commit is contained in:
scribam
2019-05-12 23:01:28 +02:00
committed by Ivan
parent 99c1f87289
commit 790962425c
17 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -572,7 +572,7 @@ namespace utils
return vec.overlaps(*this);
}
}; // namespace utils
} // namespace utils
namespace std {
@@ -587,4 +587,4 @@ namespace std {
return (size_t{ k.start } << 32) | size_t{ k.end };
}
};
};
}