Changeset eaabd7d in mainline for uspace/lib/cpp/include/impl/bitset.hpp
- Timestamp:
- 2018-07-05T21:41:23Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/bitset.hpp
rfceeb93 reaabd7d 471 471 Char one{is.widen('1')}; 472 472 473 basic_string<Char, Traits> str{ N};473 basic_string<Char, Traits> str{}; 474 474 while (i < N) 475 475 { … … 486 486 487 487 str.push_back(c); 488 ++i; 488 489 } 489 490
Note:
See TracChangeset
for help on using the changeset viewer.