Changeset 1380 in Sophya for trunk/SophyaLib/NTools


Ignore:
Timestamp:
Jan 10, 2001, 5:55:53 PM (25 years ago)
Author:
yvon
Message:

binary_finction castee en std::

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/simplesort.h

    r1371 r1380  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: simplesort.h,v 1.3 2001-01-05 17:06:31 ansari Exp $
     3// $Id: simplesort.h,v 1.4 2001-01-10 16:55:53 yvon Exp $
    44//
    55
     
    7171// Comparateur qui agit sur l'index en comparant les donnees avec dataCompare
    7272template <class data, class index, class dataCompare>
    73 struct IndexComp : public binary_function<index,index,bool>
     73struct IndexComp : public std::binary_function<index,index,bool>
    7474{
    7575  IndexComp(data* begin_data, index* begin_index, dataCompare comp)
Note: See TracChangeset for help on using the changeset viewer.