Changeset 12329 in webkit for trunk/JavaScriptCore/kxmlcore/HashCountedSet.h
- Timestamp:
- Jan 23, 2006, 11:31:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/HashCountedSet.h
r12321 r12329 29 29 namespace KXMLCore { 30 30 31 template<typename Value, typename HashFunctions = DefaultHash<Value>, typename Traits = HashTraits<Value> >31 template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash, typename Traits = HashTraits<Value> > 32 32 class HashCountedSet { 33 33 private:
Note:
See TracChangeset
for help on using the changeset viewer.