Changeset 2339 in Sophya for trunk/SophyaLib/BaseTools/machdefs_mkmf.h
- Timestamp:
- Mar 10, 2003, 2:49:04 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/machdefs_mkmf.h
r2322 r2339 244 244 /* HAS_STR_NPOS : has string::npos and not a global NPOS */ 245 245 /* NO_IOS_COMPLEX : does not have operator << defined for complex */ 246 /* DECL_TEMP_SPEC : Template specialization declaration */ 246 247 247 248 … … 262 263 #define CC_HAS_RTTI_SUPPORT 263 264 #endif 265 266 267 #ifndef DECL_TEMP_SPEC 268 #define DECL_TEMP_SPEC 269 #endif 270 264 271 265 272 /* now the specific things */ … … 314 321 #ifndef ANSI_TEMPLATES 315 322 #define ANSI_TEMPLATES 323 #undef DECL_TEMP_SPEC 324 #define DECL_TEMP_SPEC template <> 316 325 #endif 317 326 #endif
Note:
See TracChangeset
for help on using the changeset viewer.