Homec4science

Googletest export

Authored by Abseil Team <absl-team@google.com> on Aug 15 2019, 18:21.

Description

Googletest export

Remove legacy support for signed wchar_t and unsigned wchar_t.

Clang now errors out on these types as well by default. Rather than making the
condition for these types even more complicated, just remove the tests covering
these types since they don't seem to justify the maintenance burden. We
can reasonably expect these types to work in compilers that support them
without needing specific tests for them since they are treated as standard
integral types.

PiperOrigin-RevId: 263577673

Details

Committed
Gennadiy Civil <misterg@google.com>Aug 15 2019, 23:34
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:4083746e61ae: Merge pull request #2391 from adambadura:FixCygwin
Branches
Unknown
Tags
Unknown

Event Timeline

Gennadiy Civil <misterg@google.com> committed R9484:d44b137fd104: Googletest export (authored by Abseil Team <absl-team@google.com>).Aug 15 2019, 23:34