Changeset 2294 for trunk/yat/utility/Segment.h
- Timestamp:
- Jul 7, 2010, 8:19:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Segment.h
r2293 r2294 113 113 */ 114 114 template<typename T, class Compare> 115 boolcompare_3way(const Segment<T, Compare>& lhs,115 int compare_3way(const Segment<T, Compare>& lhs, 116 116 const Segment<T, Compare>& rhs) 117 117 { … … 132 132 */ 133 133 template<typename T, class Compare> 134 boolcompare_3way(const T& lhs,135 134 int compare_3way(const T& lhs, 135 const Segment<T, Compare>& rhs) 136 136 { 137 137 Compare comp;
Note: See TracChangeset
for help on using the changeset viewer.