Changeset 808 in dev for branches/egtra/ab5.0/jenga/include/common
- Timestamp:
 - Feb 12, 2011, 3:52:13 AM (15 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/egtra/ab5.0/jenga/include/common/Hashmap.h
r803 r808 210 210 { 211 211 typedef bool result_type; 212 bool operator ()( ObjectInHashmap<T> const* lhs,ObjectInHashmap<T> const* rhs) const212 bool operator ()(_In_ ObjectInHashmap<T> const* lhs, _In_ ObjectInHashmap<T> const* rhs) const 213 213 { 214 214 assert(lhs != nullptr);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  