Ignore:
Timestamp:
2018-07-05T21:41:23Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c075647a
Parents:
fceeb93
git-author:
Dzejrou <dzejrou@…> (2018-05-11 22:12:07)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
Message:

cpp: fixed bugs found by the tests

File:
1 edited

Legend:

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

    rfceeb93 reaabd7d  
    471471        Char one{is.widen('1')};
    472472
    473         basic_string<Char, Traits> str{N};
     473        basic_string<Char, Traits> str{};
    474474        while (i < N)
    475475        {
     
    486486
    487487            str.push_back(c);
     488            ++i;
    488489        }
    489490
Note: See TracChangeset for help on using the changeset viewer.