Ignore:
Timestamp:
Mar 10, 2003, 2:49:04 PM (23 years ago)
Author:
ansari
Message:

Compli avec SGI-CC -LANG:std et remplacement template <> pour SGI-CC par DECL_TEMP_SPEC - Reza 10/03/2003

File:
1 edited

Legend:

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

    r2322 r2339  
    244244/*   HAS_STR_NPOS          : has string::npos and not a global NPOS        */
    245245/*   NO_IOS_COMPLEX        : does not have operator << defined for complex */
     246/*   DECL_TEMP_SPEC        : Template specialization declaration           */
    246247
    247248
     
    262263#define  CC_HAS_RTTI_SUPPORT
    263264#endif
     265
     266
     267#ifndef DECL_TEMP_SPEC
     268#define DECL_TEMP_SPEC
     269#endif
     270
    264271
    265272/* now the specific things */
     
    314321#ifndef ANSI_TEMPLATES
    315322#define ANSI_TEMPLATES
     323#undef  DECL_TEMP_SPEC
     324#define DECL_TEMP_SPEC template <>
    316325#endif
    317326#endif
Note: See TracChangeset for help on using the changeset viewer.