diff options
author | Abseil Team <absl-team@google.com> | 2019-11-20 14:36:06 -0500 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-11-22 16:33:15 -0500 |
commit | 717ce7feb87278b81dad756d973693024621f8e8 (patch) | |
tree | 2c016351f4359b94f75fa2af762d2138998d8063 /LICENSE | |
parent | 200ff599496e20f4e39566feeaf2f6734ca7570f (diff) | |
download | googletest-717ce7feb87278b81dad756d973693024621f8e8.tar.gz googletest-717ce7feb87278b81dad756d973693024621f8e8.tar.bz2 googletest-717ce7feb87278b81dad756d973693024621f8e8.zip |
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
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions