diff options
author | Mark Mentovai <mark@chromium.org> | 2015-11-11 18:26:35 -0500 |
---|---|---|
committer | Mark Mentovai <mark@chromium.org> | 2015-11-11 18:26:35 -0500 |
commit | cfe466a0a75333a1c12baa99c172b9036fc5ccf1 (patch) | |
tree | 2c8137e6f4707fb8c2a0f30014615f039fe2a7ba /.travis.yml | |
parent | cbce23fb86705aff7f9f1294a295027d7ed674ef (diff) | |
download | googletest-cfe466a0a75333a1c12baa99c172b9036fc5ccf1.tar.gz googletest-cfe466a0a75333a1c12baa99c172b9036fc5ccf1.tar.bz2 googletest-cfe466a0a75333a1c12baa99c172b9036fc5ccf1.zip |
Use a templated helper to wrap the cast
The helper needs to be templated because its argument type can’t be
known. FloatingPointTest is instantiated with RawType = float and
RawType = double, so Bits will be an unsigned 32-bit or 64-bit type.
size_t will be either 32 or 64 bits depending on the system’s
definition, typically based on pointer size.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions