Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ICU-22298 Include <utility> in measunit.h
measunit.h uses std::pair, std::make_pair, and std::move, all of which are declared in the <utility> header. This still compiles because many implementations of the C++ standard library have <utility> as a transitive dependency of other C++ standard library headers; however, these transitive includes are not guaranteed to exist and will not exist in some contexts (e.g. building against LLVM's libc++ with -fmodules).
- Loading branch information
7ed7d42
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.TestAssign2
50.3199
ns/iter25.004
ns/iter2.01
This comment was automatically generated by workflow using github-action-benchmark.