Changeset 1571 in Sophya for trunk/Eval/COS
- Timestamp:
- Jul 12, 2001, 10:37:35 AM (24 years ago)
- Location:
- trunk/Eval/COS
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Eval/COS/README
r1055 r1571 4 4 3/ consopeg.cc : Appel des constructeurs et operateurs egal 5 5 4/ tios.cc : Utilisation de seek sur des fstream - Test de positionnement en C++ 6 5/ vecmapstl.cc : Utilisation de vector<T> et map<T1,T2> de la STL -
trunk/Eval/COS/lance.h
r989 r1571 2 2 #include <exception> 3 3 #include <string> 4 using namespace std; 4 5 5 6 #define ExcLongMessage(a) BuildFLExcMsg(a,__FILE__,__LINE__)
Note:
See TracChangeset
for help on using the changeset viewer.