Skip to content

Commit

Permalink
Fix build error due to missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Sep 25, 2023
1 parent 0430aee commit 5eace6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tsl/robin_hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static T numeric_cast(U value,
TSL_RH_THROW_OR_TERMINATE(std::runtime_error, error_message);
}

TSL_RH_UNUSED(error_message)
TSL_RH_UNUSED(error_message);

return ret;
}
Expand Down

0 comments on commit 5eace6f

Please sign in to comment.