~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to src/util/hash/hashtable.tcc

  • Committer: Markos Zaharioudakis
  • Date: 2012-07-11 15:38:39 UTC
  • mfrom: (10924 zorba)
  • mto: This revision was merged to the branch mainline in revision 10932.
  • Revision ID: markos_za@yahoo.com-20120711153839-0mkh15cg2ubknchd
work in progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
ZORBA_HASHTABLE_TEMPLATE
86
86
ZORBA_HASHTABLE_CLASS::hashtable_base( size_type bucket_count,
87
 
                                  hasher const &hash,
88
 
                                  key_equal const &equal,
89
 
                                  allocator_type const &alloc ) :
 
87
                                       hasher const &hash,
 
88
                                       key_equal const &equal,
 
89
                                       allocator_type const &alloc ) :
90
90
  equal_( equal ),
91
91
  hasher_( hash ),
92
92
  n_bkt_( bucket_count ),