Changeset 18823 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Jan 12, 2007, 5:47:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/HashTraits.h
r18822 r18823 88 88 static long long deletedValue() { return -1; } 89 89 }; 90 template<> struct HashTraits<unsigned long > : GenericHashTraits<unsigned long long> {90 template<> struct HashTraits<unsigned long long> : GenericHashTraits<unsigned long long> { 91 91 static unsigned long long deletedValue() { return static_cast<unsigned long long>(-1); } 92 92 };
Note:
See TracChangeset
for help on using the changeset viewer.