Skip to content

Commit

Permalink
Uugghh
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 5, 2023
1 parent ecf180d commit 7565764
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/googletest/include/absl/time/duration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ namespace {
using time_internal::kTicksPerNanosecond;
using time_internal::kTicksPerSecond;

#undef min
#undef max
#undef MIN
#undef MAX

constexpr int64_t kint64max = std::numeric_limits<int64_t>::max();
constexpr int64_t kint64min = std::numeric_limits<int64_t>::min();

Expand Down

0 comments on commit 7565764

Please sign in to comment.