VirtualBox

Changeset 13647

Show
Ignore:
Timestamp:
10/29/08 12:39:08 (2 months ago)
Author:
vboxsync
Message:

Main/SafeArray: Made ctor taking std containers actually work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/com/array.h

    r13580 r13647  
    581581     *              @c aCntr). 
    582582     */ 
    583     template <template <class> class C
    584     SafeArray (const C <T> & aCntr) 
     583    template <template <typename, typename> class C, class A
     584    SafeArray (const C <T, A> & aCntr) 
    585585    { 
    586586        reset (aCntr.size()); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy