diff options
author | Brian Gianforcaro <b.gianfo@gmail.com> | 2019-11-16 01:26:47 (GMT) |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2019-11-16 01:41:40 (GMT) |
commit | 0c469a5a065e5db8093e0abd1a31648e9b459360 (patch) | |
tree | 12d87a41867de138de412cb9d093272dcfca678e /.clang-format | |
parent | c27acebba3b3c7d94209e0467b0a801db4af73ed (diff) | |
download | googletest-0c469a5a065e5db8093e0abd1a31648e9b459360.zip googletest-0c469a5a065e5db8093e0abd1a31648e9b459360.tar.gz googletest-0c469a5a065e5db8093e0abd1a31648e9b459360.tar.bz2 |
Fix FlatTuple compilation on older msvc.refs/pull/2569/head
googletest 1.10.0 fails to compile on msvc version 19.00.23917
with one compilation error:
src\googletest\include\gtest\internal\gtest-internal.h(1188) : error C2039:
'FlatTupleBase<testing::internal::FlatTuple<bool,bool>,testing::internal::IndexSequence<0,1> >':
is not a member of 'testing::internal::FlatTuple<bool,bool>'
This PR fixes the compilation error by explicitly specifying the full type that Indices is
located in the base type.
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions