Changeset 14221 in webkit for trunk/JavaScriptCore/kxmlcore/HashSet.h
- Timestamp:
- May 7, 2006, 9:59:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/HashSet.h
r13830 r14221 275 275 if (it.m_impl == m_impl.end()) 276 276 return; 277 // Use "(*it)." instead of "it->" to work around a problem seen with the Visual C++ compiler. 278 (*it).~ValueType(); 277 RefCounter<ValueTraits, StorageTraits>::deref(*it.m_impl); 279 278 m_impl.remove(it.m_impl); 280 279 }
Note:
See TracChangeset
for help on using the changeset viewer.