Changeset 43144 in webkit for trunk/JavaScriptCore/wtf/Vector.h
- Timestamp:
- May 2, 2009, 4:33:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Vector.h
r42643 r43144 791 791 792 792 template<typename T, size_t inlineCapacity> template<typename U> 793 inlinevoid Vector<T, inlineCapacity>::append(const U& val)793 ALWAYS_INLINE void Vector<T, inlineCapacity>::append(const U& val) 794 794 { 795 795 const U* ptr = &val;
Note:
See TracChangeset
for help on using the changeset viewer.