[cfe-commits] r43277 - /cfe/trunk/include/clang/Basic/IdentifierTable.h
Hartmut Kaiser
hartmut.kaiser at gmail.com
Tue Oct 23 17:15:47 PDT 2007
Ted,
> > + friend struct llvm::SerializeTrait<IdentifierTable>;
>
> Cute. I'll be sure to use "struct" in the future instead of "class"
> in friend declarations.
It's not that you need to use structs in friend declarations. The problem
was, that you were using 'struct' and 'class' inconsistently for
llvm::SerializeTrait.
Regards Hartmut
More information about the cfe-commits
mailing list