Changeset 1889 in Sophya for trunk/SophyaLib/BaseTools


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

Location:
trunk/SophyaLib/BaseTools
Files:
3 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
  • trunk/SophyaLib/BaseTools/machdefs_mkmf.h

    r1870 r1889  
    236236/*   ITER_TAG              : use iter_tag for iterator qualifiers in STL   */
    237237/*   NO_STRSTREAM          : does not have strstream                       */
    238 /*   HAS_EXPLICIT          : knows about explicit keyword - constructors   */
     238/*   NO_EXPLICIT           : does not know about explicit keyword          */
    239239/*   HAS_IOS_BIN                                                           */
    240240/*   HAS_IOS_NOCREATE                                                      */
     
    277277// #define GNU_TEMPLATES
    278278#define HAS_STR_NPOS
    279 #define HAS_EXPLICIT
    280279#define HAS_IOS_BIN
    281280#define HAS_IOS_NOCREATE
     
    328327#endif
    329328
    330 #ifndef HAS_EXPLICIT
     329#ifdef NO_EXPLICIT
    331330#define explicit
    332331#endif
  • trunk/SophyaLib/BaseTools/sversion.h

    r1870 r1889  
    33
    44#define SOPHYA_VERSION   1.3
    5 #define SOPHYA_REVISION  52
     5#define SOPHYA_REVISION  53
    66#define SOPHYA_TAG       "V_Jan2002"
    77
Note: See TracChangeset for help on using the changeset viewer.