You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/04/17 22:30:01 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Compilers VCPPDefs.hpp

tng         02/04/17 13:30:01

  Modified:    c/src/xercesc/util/Compilers VCPPDefs.hpp
  Log:
  [Bug 7583] Build warnings with MS Visual Studio .NET.
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xerces/c/src/xercesc/util/Compilers/VCPPDefs.hpp
  
  Index: VCPPDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Compilers/VCPPDefs.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- VCPPDefs.hpp	1 Feb 2002 22:22:19 -0000	1.1
  +++ VCPPDefs.hpp	17 Apr 2002 20:30:01 -0000	1.2
  @@ -56,8 +56,11 @@
   
   /*
    * $Log: VCPPDefs.hpp,v $
  - * Revision 1.1  2002/02/01 22:22:19  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/04/17 20:30:01  tng
  + * [Bug 7583] Build warnings with MS Visual Studio .NET.
  + *
  + * Revision 1.1.1.1  2002/02/01 22:22:19  peiyongz
  + * sane_include
    *
    * Revision 1.13  2001/06/04 20:11:54  tng
    * IDOM: Complete IDNodeIterator, IDTreeWalker, IDNodeFilter.
  @@ -182,7 +185,7 @@
   //  Bypass compiler warning:
   //    no matching operator delete found; memory will not be freed if initialization throws an exception
   // ---------------------------------------------------------------------------
  -#if _MSC_VER == 1200 /* VC++ 6.0 */
  +#if _MSC_VER >= 1200 /* VC++ 6.0 */
   class IDOM_Document;
   inline void operator delete(void* ptr, IDOM_Document *doc)
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org