Ignore:
Timestamp:
May 21, 2008, 6:20:45 PM (17 years ago)
Author:
[email protected]
Message:

Merge squirrelfish branch into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/VectorTraits.h

    r19631 r33979  
    9595    struct VectorTraits<RefPtr<P> > : SimpleClassVectorTraits { };
    9696   
     97    template<typename P>
     98    struct VectorTraits<std::auto_ptr<P> > : SimpleClassVectorTraits { };
     99
    97100    template<typename First, typename Second>
    98101    struct VectorTraits<pair<First, Second> >
Note: See TracChangeset for help on using the changeset viewer.