Changeset 268 in Sophya for trunk/SophyaLib/BaseTools/machdefs.h
- Timestamp:
- Apr 26, 1999, 5:32:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/machdefs.h
r245 r268 188 188 /***********************************************************************/ 189 189 190 /* Some features will be *required* for Planck. Which ones ? */190 /* Some features will be *required* for Planck. Which ones ? */ 191 191 192 /* ANSI_TEMPLATES : use ANSI syntax for explicit templates */ 193 /* GNUG_TEMPLATES : use GNU syntax for explicit templates */ 194 /* PRAGMA_TEMPLATES : use pragma template, a la cxx */ 195 /* COMPILER_EXCEPTIONS : knows about exceptions --- required ? */ 196 /* STREAMPOS_IS_CLASS : streampos is a real class */ 197 /* ITER_TAG : use iter_tag for iterator qualifiers in STL */ 198 /* NO_STRSTREAM : does not have strstream */ 199 /* HAS_EXPLICIT : knows about explicit keyword - constructors */ 200 /* HAS_IOS_BIN */ 201 /* HAS_IOS_NOCREATE */ 202 /* HAS_VEC_NEW : operator new[] */ 203 /* ANSI_IO : rdbuf()->pubseekoff rather than seekg */ 204 /* HAS_STR_NPOS : has string::npos and not a global NPOS */ 192 /* ANSI_TEMPLATES : use ANSI syntax for explicit templates */ 193 /* GNUG_TEMPLATES : use GNU syntax for explicit templates */ 194 /* PRAGMA_TEMPLATES : use pragma template, a la cxx */ 195 /* COMPILER_EXCEPTIONS : knows about exceptions --- required ? */ 196 /* STREAMPOS_IS_CLASS : streampos is a real class */ 197 /* ITER_TAG : use iter_tag for iterator qualifiers in STL */ 198 /* NO_STRSTREAM : does not have strstream */ 199 /* HAS_EXPLICIT : knows about explicit keyword - constructors */ 200 /* HAS_IOS_BIN */ 201 /* HAS_IOS_NOCREATE */ 202 /* HAS_VEC_NEW : operator new[] */ 203 /* ANSI_IO : rdbuf()->pubseekoff rather than seekg */ 204 /* HAS_STR_NPOS : has string::npos and not a global NPOS */ 205 /* NO_IOS_COMPLEX : does not have operator << defined for complex */ 205 206 206 207
Note:
See TracChangeset
for help on using the changeset viewer.