Ignore:
Timestamp:
Jan 3, 2006, 3:18:57 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta) - Reza 3 Jan 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/machdefs_mkmf.h

    r2615 r2867  
    321321#ifndef ANSI_TEMPLATES
    322322#define ANSI_TEMPLATES
     323#endif
    323324#undef  DECL_TEMP_SPEC
    324325#define DECL_TEMP_SPEC template <>
    325326#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 <>
    326335#endif
    327336
Note: See TracChangeset for help on using the changeset viewer.