Changeset 14256 in webkit for trunk/JavaScriptCore/wtf/VectorTraits.h
- Timestamp:
- May 9, 2006, 2:27:55 AM (19 years ago)
- Location:
- trunk/JavaScriptCore/wtf
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/VectorTraits.h
r13090 r14256 29 29 using std::pair; 30 30 31 namespace KXMLCore{31 namespace WTF { 32 32 33 33 template <typename T> struct IsPod { static const bool value = false; }; … … 106 106 }; 107 107 108 } // namespace KXMLCore108 } // namespace WTF 109 109 110 using KXMLCore::VectorTraits;111 using KXMLCore::SimpleClassVectorTraits;110 using WTF::VectorTraits; 111 using WTF::SimpleClassVectorTraits; 112 112 113 113 #endif // KXMLCORE_VECTOR_TRAITS_H
Note:
See TracChangeset
for help on using the changeset viewer.