VirtualBox

Changeset 97811 in vbox for trunk/include/iprt/nocrt


Ignore:
Timestamp:
Dec 15, 2022 1:41:55 PM (2 years ago)
Author:
vboxsync
Message:

include/iprt/nocrt/vector: Fixed the != operator -- Thanks to Martin Fleisz!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/vector

    r96407 r97811  
    155155                           const RTCNoCrtVectorIterator<a_TypeRight, a_Container> &a_rRight) RT_NOEXCEPT
    156156    {
    157         return a_rLeft.getConst() == a_rRight.getConst();
     157        return a_rLeft.getConst() != a_rRight.getConst();
    158158    }
    159159
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