OSDN Git Service

[SmallVector] Reinstate the typedefs.
authorDavide Italiano <davide@freebsd.org>
Sat, 10 Jun 2017 23:18:32 +0000 (23:18 +0000)
committerDavide Italiano <davide@freebsd.org>
Sat, 10 Jun 2017 23:18:32 +0000 (23:18 +0000)
commite2f333b1c366008edbe767d4376f3ff9a1582027
tree252a456922dd2599c3041f9b6fbf9361c0ad60f3
parent7ba5765d894e203d48f101e74f1acccdbd795c30
[SmallVector] Reinstate the typedefs.

They're unused with recent versions of libstdc++ but older ones
(e.g. libstdc++ 4.9 still requires them). Maybe we should bump
the requirements on the minimum version to make GCC 7 happy, but
in the meanwhile we need to live with the warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305158 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/SmallVectorTest.cpp