VirtualBox

Changeset 13647 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Oct 29, 2008 11:39:08 AM (16 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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());
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette