Possibly fix MSVC compilation after r256054.
authorJames Y Knight <jyknight@google.com>
Sat, 19 Dec 2015 00:53:22 +0000 (00:53 +0000)
committerJames Y Knight <jyknight@google.com>
Sat, 19 Dec 2015 00:53:22 +0000 (00:53 +0000)
commit3dab34a5695c6bb0630bfa0b28cfc48741e7eb7f
treebf552040bb04975e39703e6d0c25307bb9c128df
parent8d184ad258330ca24366d806ca7f03f7081563a4
Possibly fix MSVC compilation after r256054.

I don't have any way to test MSVC compilation, but maybe this will fix
the error:

llvm/Support/TrailingObjects.h(286) : error C3210: 'TrailingObjectsBase' : access declaration can only be applied to a base class member
llvm/Support/TrailingObjects.h(337) : see reference to class template instantiation 'llvm::TrailingObjects<BaseTy,TrailingTys...>' being compiled
llvm/Support/TrailingObjects.h(286) : error C2602: 'llvm::trailing_objects_internal::TrailingObjectsBase::OverloadToken' is not a member of a base class of 'llvm::TrailingObjects<BaseTy,TrailingTys...>'
llvm/Support/TrailingObjects.h(91) : see declaration of 'llvm::trailing_objects_internal::TrailingObjectsBase::OverloadToken'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256068 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TrailingObjects.h