Changeset 1381 in Sophya for trunk/SophyaLib/NTools/simplesort.h
- Timestamp:
- Jan 12, 2001, 4:47:31 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/simplesort.h
r1380 r1381 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: simplesort.h,v 1. 4 2001-01-10 16:55:53 yvonExp $3 // $Id: simplesort.h,v 1.5 2001-01-12 15:47:31 ansari Exp $ 4 4 // 5 5 … … 11 11 12 12 #include "peida.h" 13 14 // Pour la variante avec la STL, a preferer 15 #include <functional> 16 #include <algorithm> 13 17 14 18 namespace SOPHYA { … … 59 63 60 64 61 62 // Une variante avec la STL, a preferer 63 #include <functional> 64 #include <algorithm> 65 // ----- Une variante avec la STL, a preferer 65 66 66 67
Note:
See TracChangeset
for help on using the changeset viewer.