<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>30 mar 2010 kl. 20.13 skrev Daniel Dunbar:</div><blockquote type="cite"><div><blockquote type="cite"><font class="Apple-style-span" color="#000000"><br></font></blockquote><blockquote type="cite">+  // The set of seen virtual base types.<br></blockquote><blockquote type="cite">+  llvm::SmallPtrSet<QualType, 8> SeenVBaseTypes;<br></blockquote><blockquote type="cite">+<br></blockquote><blockquote type="cite">+  // The virtual bases of this class.<br></blockquote><blockquote type="cite">+  llvm::SmallVector<const CXXBaseSpecifier *, 8> VBases;<br></blockquote><br>Can this use llvm::SetVector?<br><br> - Daniel<br><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote><br></div><div>Unfortunately not, because we want to unique the types based on the type, not the base specifier.</div><div><br></div><div>Anders</div><div><br></div></body></html>