Changeset 1889 in Sophya for trunk/SophyaLib/BaseTools/machdefs_ac.h
- Timestamp:
- Jan 31, 2002, 4:20:00 PM (24 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.