Changeset 35665 in webkit for trunk/JavaScriptCore/wtf/Vector.h
- Timestamp:
- Aug 11, 2008, 10:21:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Vector.h
r35425 r35665 26 26 #include "FastMalloc.h" 27 27 #include "Noncopyable.h" 28 #include "NotFound.h" 28 29 #include "VectorTraits.h" 29 30 #include <limits> … … 37 38 using std::max; 38 39 39 const size_t notFound = static_cast<size_t>(-1);40 41 40 template <bool needsDestruction, typename T> 42 41 class VectorDestructor;
Note:
See TracChangeset
for help on using the changeset viewer.