Changeset 402f18d6 in mainline
- Timestamp:
- 2018-07-05T21:41:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6177cfd
- Parents:
- db628a0
- git-author:
- Dzejrou <dzejrou@…> (2018-04-25 20:14:11)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/unordered_map.hpp
rdb628a0 r402f18d6 209 209 size_type max_size() const noexcept 210 210 { 211 return table_.max_size( );211 return table_.max_size(allocator_); 212 212 } 213 213
Note:
See TracChangeset
for help on using the changeset viewer.