Ignore:
Timestamp:
Jan 31, 2002, 4:20:00 PM (24 years ago)
Author:
ansari
Message:

Correction definition de HAS_EXPLICIT (passe en NO_EXPLICIT) ds machdefs.h - Reza 31/01/2002

File:
1 edited

Legend:

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

    r1870 r1889  
    139139/*   ITER_TAG              : use iter_tag for iterator qualifiers in STL   */
    140140/*   NO_STRSTREAM          : does not have strstream                       */
    141 /*   HAS_EXPLICIT          : knows about explicit keyword - constructors   */
     141/*   NO_EXPLICIT           : does not know about explicit keyword          */
    142142/*   HAS_IOS_BIN                                                           */
    143143/*   HAS_IOS_NOCREATE                                                      */
     
    180180// #define GNU_TEMPLATES
    181181#define HAS_STR_NPOS
    182 #define HAS_EXPLICIT
    183182#define HAS_IOS_BIN
    184183#define HAS_IOS_NOCREATE
     
    231230#endif
    232231
    233 #ifndef HAS_EXPLICIT
     232#ifdef NO_EXPLICIT
    234233#define explicit
    235234#endif
Note: See TracChangeset for help on using the changeset viewer.