Need ability to compare chrono::time_points with precision
Open
- Dominant language
- C++
- Stars
- 39.5k
- Forks
- 10.9k
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
As c++20 gets a lot of improvements in chrono library, it would be great to get a way of comparing time_points like
```
using std::chrono;
system_clock::time_point t1, 2;
EXPECT_NEAR(t1, t2, nanoseconds{1})
```
Contributor guide
Assessment
This issue has not been assessed yet.