Changeset 04fa158 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:
947ad139
Parents:
90adbd7
git-author:
Dzejrou <dzejrou@…> (2018-04-26 15:33:13)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:22)
Message:

cpp: removed no unneeded type alias

Location:
uspace/lib/cpp/include/impl
Files:
2 edited

Legend:

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

    r90adbd7 r04fa158  
    11301130                aux::hash_multi_policy
    11311131            >;
    1132             using node_type = typename table_type::node_type;
    11331132
    11341133            table_type table_;
  • uspace/lib/cpp/include/impl/unordered_set.hpp

    r90adbd7 r04fa158  
    443443                aux::hash_single_policy
    444444            >;
    445             using node_type = typename table_type::node_type;
    446445
    447446            table_type table_;
     
    860859                aux::hash_multi_policy
    861860            >;
    862             using node_type = typename table_type::node_type;
    863861
    864862            table_type table_;
Note: See TracChangeset for help on using the changeset viewer.