~thopiekar/zypper/libzypp-manual-import

« back to all changes in this revision

Viewing changes to zypp/pool/PoolTraits.h

  • Committer: Thomas-Karl Pietrowski
  • Date: 2015-08-15 15:59:50 UTC
  • Revision ID: thopiekar@googlemail.com-20150815155950-j66qn38efmvn289t
syncing with "changes 15.13.0 (11)"  #9a0aca7e3a21d768491b141a8ae86ef0c3fbc227
* https://github.com/openSUSE/libzypp/commit/9a0aca7e3a21d768491b141a8ae86ef0c3fbc227

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <vector>
19
19
 
20
20
#include "zypp/base/Iterator.h"
21
 
#include "zypp/base/Tr1hash.h"
 
21
#include "zypp/base/Hash.h"
22
22
 
23
23
#include "zypp/PoolItem.h"
24
24
#include "zypp/pool/ByIdent.h"
75
75
      typedef ItemContainerT::size_type                 size_type;
76
76
 
77
77
      /** ident index */
78
 
      typedef std::tr1::unordered_multimap<sat::detail::IdType, PoolItem>
 
78
      typedef std::unordered_multimap<sat::detail::IdType, PoolItem>
79
79
                                                        Id2ItemT;
80
80
      typedef P_Select2nd<Id2ItemT::value_type>         Id2ItemValueSelector;
81
81
      typedef transform_iterator<Id2ItemValueSelector, Id2ItemT::const_iterator>