Changeset 268 in Sophya for trunk/SophyaLib/BaseTools/machdefs.h


Ignore:
Timestamp:
Apr 26, 1999, 5:32:23 PM (26 years ago)
Author:
ansari
Message:

fin ndataBlock + AnyDataObj cree rz+cmv 26/4/99

File:
1 edited

Legend:

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

    r245 r268  
    188188/***********************************************************************/
    189189
    190 /* Some features will be *required* for Planck. Which ones ?           */
     190/* Some features will be *required* for Planck. Which ones ?               */
    191191 
    192 /*   ANSI_TEMPLATES        : use ANSI syntax for explicit templates      */
    193 /*   GNUG_TEMPLATES        : use GNU syntax for explicit templates       */
    194 /*   PRAGMA_TEMPLATES      : use pragma template, a la cxx               */
    195 /*   COMPILER_EXCEPTIONS   : knows about exceptions  --- required ?      */
    196 /*   STREAMPOS_IS_CLASS    : streampos is a real class                   */
    197 /*   ITER_TAG              : use iter_tag for iterator qualifiers in STL */
    198 /*   NO_STRSTREAM          : does not have strstream                     */
    199 /*   HAS_EXPLICIT          : knows about explicit keyword - constructors */
    200 /*   HAS_IOS_BIN                                                         */
    201 /*   HAS_IOS_NOCREATE                                                    */
    202 /*   HAS_VEC_NEW           : operator new[]                              */
    203 /*   ANSI_IO               : rdbuf()->pubseekoff rather than seekg       */
    204 /*   HAS_STR_NPOS          : has string::npos and not a global NPOS      */
     192/*   ANSI_TEMPLATES        : use ANSI syntax for explicit templates        */
     193/*   GNUG_TEMPLATES        : use GNU syntax for explicit templates         */
     194/*   PRAGMA_TEMPLATES      : use pragma template, a la cxx                 */
     195/*   COMPILER_EXCEPTIONS   : knows about exceptions  --- required ?        */
     196/*   STREAMPOS_IS_CLASS    : streampos is a real class                     */
     197/*   ITER_TAG              : use iter_tag for iterator qualifiers in STL   */
     198/*   NO_STRSTREAM          : does not have strstream                       */
     199/*   HAS_EXPLICIT          : knows about explicit keyword - constructors   */
     200/*   HAS_IOS_BIN                                                           */
     201/*   HAS_IOS_NOCREATE                                                      */
     202/*   HAS_VEC_NEW           : operator new[]                                */
     203/*   ANSI_IO               : rdbuf()->pubseekoff rather than seekg         */
     204/*   HAS_STR_NPOS          : has string::npos and not a global NPOS        */
     205/*   NO_IOS_COMPLEX        : does not have operator << defined for complex */
    205206
    206207
Note: See TracChangeset for help on using the changeset viewer.