dbertoni    02/01/03 17:00:27

  Modified:    c/src/Include SolarisDefinitions.hpp
  Log:
  Added new #define.
  
  Revision  Changes    Path
  1.7       +5 -1      xml-xalan/c/src/Include/SolarisDefinitions.hpp
  
  Index: SolarisDefinitions.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Include/SolarisDefinitions.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SolarisDefinitions.hpp    7 Dec 2001 21:36:10 -0000       1.6
  +++ SolarisDefinitions.hpp    4 Jan 2002 01:00:27 -0000       1.7
  @@ -88,6 +88,11 @@
   
   #define XALAN_SIZE_T_IN_NAMESPACE_STD
   
  +// A copy constructor should not need to be accessible to allow
  +// implicit construction from a conversion constructor.  However,
  +// later versions of the Sun compiler do not agree...
  +#define XALAN_IMPLICIT_CONSTRUCTION_REQUIRES_COPY_CONSTRUCTOR
  +
   #else
   
   #define XALAN_STLPORT_STL
  @@ -97,7 +102,6 @@
   #define XALAN_NO_MUTABLE
   #define XALAN_SGI_BASED_STL
   #define XALAN_NO_MEMBER_TEMPLATES
  -//#define XALAN_CANNOT_DELETE_CONST
   #define XALAN_BOOL_AS_INT
   #define XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS
   #define XALAN_NO_COVARIANT_RETURN_TYPE
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to