Changeset 6927


Ignore:
Timestamp:
Nov 14, 2009, 5:10:40 PM (14 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/transport/tcpip/protlib/llhashers.h

    r6922 r6927  
    4242
    4343namespace boost {
    44 
     44/*
    4545/// long long int hasher
    4646template <> struct hash<long long> {
     
    5252        inline size_t operator()(unsigned long long i) const { return (size_t)i; }
    5353}; // end unsigned long long hasher
    54 
     54*/
    5555} // end namespace __gnu_cxx
    5656
Note: See TracChangeset for help on using the changeset viewer.