Ignore:
Timestamp:
2018-07-05T21:41:24Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7d7368
Parents:
4727aacd
git-author:
Dzejrou <dzejrou@…> (2018-05-14 22:54:41)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: added unordered_map tests and fixed bugs found by them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/internal/hash_table_iterators.hpp

    r4727aacd rf2ba4c79  
    142142        using non_const_iterator_type = hash_table_iterator<
    143143            Value, get_non_const_ref_t<ConstReference>,
    144             get_non_const_ptr<ConstPointer>, Size
     144            get_non_const_ptr_t<ConstPointer>, Size
    145145        >;
    146146
Note: See TracChangeset for help on using the changeset viewer.