Changeset 93af98f in mainline
- Timestamp:
- 2018-07-05T21:41:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 08e16de0
- Parents:
- aa0fa86a
- git-author:
- Dzejrou <dzejrou@…> (2018-05-01 21:57:39)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/unordered_set.hpp
raa0fa86a r93af98f 308 308 return iterator{ 309 309 table_.table(), first.idx(), 310 table_.bucket_count(), table_.head(first.idx())311 }; // TODO: why do we pass table_.head(first.idx()) here?310 table_.bucket_count(), first.node() 311 }; 312 312 } 313 313
Note:
See TracChangeset
for help on using the changeset viewer.