Changeset 93af98f in mainline


Ignore:
Timestamp:
2018-07-05T21:41:22Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
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)
Message:

cpp: fixed iterator initialization in unordered_set::erase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/unordered_set.hpp

    raa0fa86a r93af98f  
    308308                return iterator{
    309309                    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                };
    312312            }
    313313
Note: See TracChangeset for help on using the changeset viewer.