forked from OSchip/llvm-project
Removing the friend declaration was not a good idea.
llvm-svn: 263194
This commit is contained in:
parent
519966fc92
commit
7509ba64c4
|
@ -507,6 +507,7 @@ public:
|
|||
|
||||
// Friending class TrailingObjects is apparently not good enough for MSVC,
|
||||
// so these have to be public.
|
||||
friend class TrailingObjects;
|
||||
size_t numTrailingObjects(OverloadToken<ArgInfo>) const {
|
||||
return NumArgs + 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue