Changeset 2867 in Sophya for trunk/SophyaLib/BaseTools/machdefs_mkmf.h
- Timestamp:
- Jan 3, 2006, 3:18:57 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/machdefs_mkmf.h
r2615 r2867 321 321 #ifndef ANSI_TEMPLATES 322 322 #define ANSI_TEMPLATES 323 #endif 323 324 #undef DECL_TEMP_SPEC 324 325 #define DECL_TEMP_SPEC template <> 325 326 #endif 327 328 #if defined(__IBMCPP__) 329 /* IBM xlC compiler support Added : dec 2005 */ 330 #ifndef ANSI_TEMPLATES 331 #define ANSI_TEMPLATES 332 #endif 333 #undef DECL_TEMP_SPEC 334 #define DECL_TEMP_SPEC template <> 326 335 #endif 327 336
Note:
See TracChangeset
for help on using the changeset viewer.