Changeset 97811 in vbox for trunk/include/iprt/nocrt
- Timestamp:
- Dec 15, 2022 1:41:55 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/vector
r96407 r97811 155 155 const RTCNoCrtVectorIterator<a_TypeRight, a_Container> &a_rRight) RT_NOEXCEPT 156 156 { 157 return a_rLeft.getConst() == a_rRight.getConst();157 return a_rLeft.getConst() != a_rRight.getConst(); 158 158 } 159 159
Note:
See TracChangeset
for help on using the changeset viewer.