Changeset 1889 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Jan 31, 2002, 4:20:00 PM (24 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/machdefs_ac.h
r1870 r1889 139 139 /* ITER_TAG : use iter_tag for iterator qualifiers in STL */ 140 140 /* NO_STRSTREAM : does not have strstream */ 141 /* HAS_EXPLICIT : knows about explicit keyword - constructors*/141 /* NO_EXPLICIT : does not know about explicit keyword */ 142 142 /* HAS_IOS_BIN */ 143 143 /* HAS_IOS_NOCREATE */ … … 180 180 // #define GNU_TEMPLATES 181 181 #define HAS_STR_NPOS 182 #define HAS_EXPLICIT183 182 #define HAS_IOS_BIN 184 183 #define HAS_IOS_NOCREATE … … 231 230 #endif 232 231 233 #if ndef HAS_EXPLICIT232 #ifdef NO_EXPLICIT 234 233 #define explicit 235 234 #endif -
trunk/SophyaLib/BaseTools/machdefs_mkmf.h
r1870 r1889 236 236 /* ITER_TAG : use iter_tag for iterator qualifiers in STL */ 237 237 /* NO_STRSTREAM : does not have strstream */ 238 /* HAS_EXPLICIT : knows about explicit keyword - constructors*/238 /* NO_EXPLICIT : does not know about explicit keyword */ 239 239 /* HAS_IOS_BIN */ 240 240 /* HAS_IOS_NOCREATE */ … … 277 277 // #define GNU_TEMPLATES 278 278 #define HAS_STR_NPOS 279 #define HAS_EXPLICIT280 279 #define HAS_IOS_BIN 281 280 #define HAS_IOS_NOCREATE … … 328 327 #endif 329 328 330 #if ndef HAS_EXPLICIT329 #ifdef NO_EXPLICIT 331 330 #define explicit 332 331 #endif -
trunk/SophyaLib/BaseTools/sversion.h
r1870 r1889 3 3 4 4 #define SOPHYA_VERSION 1.3 5 #define SOPHYA_REVISION 5 25 #define SOPHYA_REVISION 53 6 6 #define SOPHYA_TAG "V_Jan2002" 7 7
Note:
See TracChangeset
for help on using the changeset viewer.