Provide an explicit specialization of SmallVector at N=0 which does
authorJohn McCall <rjmccall@apple.com>
Wed, 25 Aug 2010 23:11:24 +0000 (23:11 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 25 Aug 2010 23:11:24 +0000 (23:11 +0000)
commit5b5f7260a0f0da9a2057245fd42a6b196ccec33d
tree1d0d0a7c2c31287159d177f827866fbb7163440e
parentcd11e9db35cf4817869ea46ba736f133a9700b28
Provide an explicit specialization of SmallVector at N=0 which does
not require its type argument to be complete if no members are
actually used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112106 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallVector.h