Changeset 1571 in Sophya


Ignore:
Timestamp:
Jul 12, 2001, 10:37:35 AM (24 years ago)
Author:
ansari
Message:

Compil avec SunOS-CC et ajout test vector,map de la STL (vecmapstl.cc) - Reza 12/7/2001

Location:
trunk/Eval/COS
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/COS/README

    r1055 r1571  
    443/ consopeg.cc : Appel des constructeurs et operateurs egal
    554/ tios.cc : Utilisation de seek sur des fstream - Test de positionnement en C++
     65/ vecmapstl.cc : Utilisation de vector<T> et map<T1,T2> de la STL
  • trunk/Eval/COS/lance.h

    r989 r1571  
    22#include <exception>
    33#include <string>
     4using namespace std;
    45
    56#define ExcLongMessage(a) BuildFLExcMsg(a,__FILE__,__LINE__)
Note: See TracChangeset for help on using the changeset viewer.