Changeset 1381 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Jan 12, 2001, 4:47:31 PM (25 years ago)
Author:
ansari
Message:

Deplacement de .h de std ds simplesort.h - Reza 12/1/2001

File:
1 edited

Legend:

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

    r1380 r1381  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: simplesort.h,v 1.4 2001-01-10 16:55:53 yvon Exp $
     3// $Id: simplesort.h,v 1.5 2001-01-12 15:47:31 ansari Exp $
    44//
    55
     
    1111
    1212#include "peida.h"
     13
     14// Pour la variante avec la STL, a preferer
     15#include <functional>
     16#include <algorithm>
    1317
    1418namespace SOPHYA { 
     
    5963
    6064
    61 
    62 // Une variante avec la STL, a preferer
    63 #include <functional>
    64 #include <algorithm>
     65// ----- Une variante avec la STL, a preferer
    6566
    6667
Note: See TracChangeset for help on using the changeset viewer.