search for: setrait

Displaying 1 result from an estimated 1 matches for "setrait".

Did you mean: strait
2013 Jan 23
0
[LLVMdev] Build Error while building AST lib. (DeclTemplate.h)
...emplate <typename EntryType> struct SpecEntryTraits { 509 typedef EntryType DeclType; 510 511 static DeclType *getMostRecentDecl(EntryType *D) { 512 return D->getMostRecentDecl(); 513 } 514 }; 515 516 template <typename EntryType, 517 typename _SETraits = SpecEntryTraits<EntryType>, 518 typename _DeclType = typename _SETraits::DeclType> 519 class SpecIterator : public std::iterator<std::forward_iterator_tag, 520 _DeclType*, ptrdiff_t, 521...