Homec4science

Googletest export

Authored by Abseil Team <absl-team@google.com> on Nov 20 2019, 20:36.

Description

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

Details

Committed
Gennadiy Civil <misterg@google.com>Nov 22 2019, 22:33
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:200ff599496e: Merge pull request #2569 from bgianfo:master
Branches
Unknown
Tags
Unknown

Event Timeline

Gennadiy Civil <misterg@google.com> committed R9484:717ce7feb872: Googletest export (authored by Abseil Team <absl-team@google.com>).Nov 22 2019, 22:33