Changeset 4e6fb2f in mainline


Ignore:
Timestamp:
2018-07-05T21:41:18Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
471e313
Parents:
035a35c
git-author:
Jaroslav Jindrak <dzejrou@…> (2017-11-02 21:00:40)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:18)
Message:

cpp: fixed a bug found by the compare tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/string.hpp

    r035a35c r4e6fb2f  
    12541254                else if (size() > other.size())
    12551255                    return 1;
    1256                 else if (size() < other.size())
     1256                else
    12571257                    return -1;
    12581258            }
Note: See TracChangeset for help on using the changeset viewer.