Changeset 490 in Sophya for trunk/SophyaLib/NTools/simplesort.h
- Timestamp:
- Oct 21, 1999, 5:25:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/simplesort.h
r220 r490 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: simplesort.h,v 1. 1.1.1 1999-04-09 17:57:58ansari Exp $3 // $Id: simplesort.h,v 1.2 1999-10-21 15:25:52 ansari Exp $ 4 4 // 5 5 … … 61 61 #include <functional> 62 62 #include <algorithm> 63 #if defined(__KCC__)64 #include <functional.h>65 #include <algorithm.h>66 #endif67 63 68 64
Note:
See TracChangeset
for help on using the changeset viewer.