8000 follow compiler's recommendation · soualid/arangodb@04846b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04846b7

Browse files
committed
follow compiler's recommendation
1 parent 0fa7f01 commit 04846b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/Aql/OptimizerRules.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void restrictToShard(arangodb::aql::ExecutionNode* node, std::string shardId) {
126126

127127
struct PairHash {
128128
template <class T1, class T2>
129-
size_t operator()(std::pair<T1, T2> const& pair) const {
129+
size_t operator()(std::pair<T1, T2> const& pair) const noexcept {
130130
size_t first = std::hash<T1>()(pair.first);
131131
size_t second = std::hash<T2>()(pair.second);
132132

0 commit comments

Comments
 (0)
0