Changeset 13647 in vbox for trunk/include/VBox/com
- Timestamp:
- Oct 29, 2008 11:39:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/array.h
r13580 r13647 581 581 * @c aCntr). 582 582 */ 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) 585 585 { 586 586 reset (aCntr.size());
Note:
See TracChangeset
for help on using the changeset viewer.