VirtualBox

Changeset 99771 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
May 12, 2023 9:46:24 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157366
Message:

VBox/com: Added SafeArray::push_front() and implemented a new (initial) testcase for the SafeArray glue code [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstSafeArray.cpp

    r99770 r99771  
    6060        aInt2.setNull();
    6161
    62         com::SafeArray<int> aInt3(0);
     62        com::SafeArray<int> aInt3((size_t)0);
    6363        RTTESTI_CHECK(aInt3.size() == 0);
    6464        aInt3.setNull();
Note: See TracChangeset for help on using the changeset viewer.

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