Derek Mauro 544c96ed5b Remove FloatingPoint::Max() in favor of std::numeric_limits::max()
In #4113 a user says Max clashes with a macro. Since it is only used in
a test, use std::numeric_limits::max() instead.

Note that in headers, the macro issue can be mitigated with
parenthesis like this: `(std::numeric_limits<T>::max)()`

PiperOrigin-RevId: 504284906
Change-Id: Ibf430caec1a6afdf6b303534fec6a4fd00a6373f
2023-01-24 08:41:35 -08:00
..
custom Use the Abseil flags library when Abseil is present 2022-04-04 07:39:03 -07:00
gtest-death-test-internal.h IWYU: Add missing std includes 2023-01-05 08:44:01 -08:00
gtest-filepath.h IWYU: Add missing std includes 2023-01-05 08:44:01 -08:00
gtest-internal.h Remove FloatingPoint::Max() in favor of std::numeric_limits::max() 2023-01-24 08:41:35 -08:00
gtest-param-util.h IWYU: Add missing std includes 2023-01-05 08:44:01 -08:00
gtest-port-arch.h Port GoogleTest to QuRT (Hexagon RTOS) 2022-09-26 14:49:00 -07:00
gtest-port.h Add an explicit #error that C++ versions less than C++14 are not supported 2023-01-12 08:10:36 -08:00
gtest-string.h IWYU: Add missing std includes 2023-01-05 08:44:01 -08:00
gtest-type-util.h IWYU: Add missing std includes 2023-01-05 08:44:01 -08:00