VirtualBox

Changeset 21352 in vbox for trunk


Ignore:
Timestamp:
Jul 7, 2009 3:58:37 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49701
Message:

Fixed a VCC warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ministring_cpp.h

    r21156 r21352  
    245245    bool operator<(const char *that) const { return compare(that) < 0; }
    246246    bool operator>(const char *that) const { return compare(that) > 0; }
     247
     248    operator bool() const { return !isNull(); }
    247249
    248250protected:
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