Skip to content

Commit 5eace6f

Browse files
committed
Fix build error due to missing semicolon
1 parent 0430aee commit 5eace6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tsl/robin_hash.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static T numeric_cast(U value,
8787
TSL_RH_THROW_OR_TERMINATE(std::runtime_error, error_message);
8888
}
8989

90-
TSL_RH_UNUSED(error_message)
90+
TSL_RH_UNUSED(error_message);
9191

9292
return ret;
9393
}

0 commit comments

Comments
 (0)