Changeset 09553a0 in mainline for uspace/lib/cpp/include
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c12d567
- Parents:
- d62d2c6
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 21:52:29)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/string/string.hpp
rd62d2c6 r09553a0 1495 1495 return max(capacity_ * 2, hint); 1496 1496 else 1497 return max(capacity_ * 2, 2ul);1497 return max(capacity_ * 2, size_type{2u}); 1498 1498 } 1499 1499
Note:
See TracChangeset
for help on using the changeset viewer.