Changeset 2322 in Sophya for trunk/SophyaLib/BaseTools/ppersist.cc
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ppersist.cc
r2111 r2322 6 6 #include "ppersist.h" 7 7 #include "anydataobj.h" 8 #include <fstream .h>9 #include <iostream .h>8 #include <fstream> 9 #include <iostream> 10 10 #include <typeinfo> 11 11 … … 478 478 479 479 // Find tag entries at end of file 480 #if (defined(Linux) || defined(Darwin)) && defined(__GNUG__) 480 #if (defined(Linux) || defined(Darwin)) && defined(__GNUG__) && (__GNUC__ < 3) 481 481 // There seems to be a bug where seekg with ios::end under Linux with g++ 482 482 // So, we use seek with ios::beg
Note:
See TracChangeset
for help on using the changeset viewer.