Abseil Team 717ce7feb8 Googletest export
Use standard C++11 integer types in gtest-port.h.

Remove testing::internal::{Int,Uint}{32,64} in favor of types
guaranteed to be in <cstdint> since C++11.

Tests for built-in integer type coverage are switched from
{Int,Uint}64 to [unsigned] long long, which is guaranteed by
C++11 to exist and be at least 64-bit wide.

PiperOrigin-RevId: 281565263
2019-11-22 16:33:15 -05:00
..
2019-11-22 16:33:15 -05:00
2019-11-22 16:33:15 -05:00
2019-11-19 11:25:59 -05:00
2019-11-02 01:18:21 +01:00
2018-08-15 17:15:36 -04:00
2018-12-21 11:30:20 -05:00
2019-08-01 16:05:57 -04:00