Changeset d62d2c6 in mainline
- 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:
- 09553a0
- Parents:
- 30bc2ce
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 19:45:38)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/adt/vector.hpp
r30bc2ce rd62d2c6 555 555 return max(capacity_ * 2, hint); 556 556 else 557 return max(capacity_ * 2, 2ul);557 return max(capacity_ * 2, size_type{2u}); 558 558 } 559 559
Note:
See TracChangeset
for help on using the changeset viewer.