-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: explicitly cast unspecified chrono rep type
Blackhole can handle both signed int64 and unsigned integers, but std::chrono representation type is long long, which may vary depending on architecture where building occurs. Thus, it may lead to ambiguous integer promotion when it's time to format. This commit does explicit cast to resolve ambiguity. This should fix #126 and #129.
- Loading branch information
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters