Changeset 6177cfd in mainline


Ignore:
Timestamp:
2018-07-05T21:41:21Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54618da
Parents:
402f18d6
git-author:
Dzejrou <dzejrou@…> (2018-04-25 20:14:35)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:21)
Message:

cpp: removed no longer needed todos

File:
1 edited

Legend:

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

    r402f18d6 r6177cfd  
    137137    struct hash_single_policy
    138138    {
    139         // TODO: umap/uset operations
    140 
    141139        template<class Table, class Key>
    142140        static typename Table::size_type count(const Table& table, const Key& key)
     
    213211    struct hash_multi_policy
    214212    {
    215         // TODO: umultimap/umultiset operations
    216 
    217213        template<class Table, class Key>
    218214        static typename Table::size_type count(const Table& table, const Key& key)
Note: See TracChangeset for help on using the changeset viewer.