Changeset 12329 in webkit for trunk/JavaScriptCore/kxmlcore/HashSet.h
- Timestamp:
- Jan 23, 2006, 11:31:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/HashSet.h
r12328 r12329 58 58 }; 59 59 60 template<typename Value, typename HashFunctions = DefaultHash<Value>, typename Traits = HashTraits<Value> >60 template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash, typename Traits = HashTraits<Value> > 61 61 class HashSet { 62 62 private:
Note:
See TracChangeset
for help on using the changeset viewer.