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