(file) Return to Platform_WIN32_IX86_MSVC.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Platform_WIN32_IX86_MSVC.h between version 1.36.4.1 and 1.39

version 1.36.4.1, 2006/07/27 23:11:52 version 1.39, 2007/05/29 17:21:07
Line 57 
Line 57 
  
 #define PEGASUS_HAVE_NAMESPACES #define PEGASUS_HAVE_NAMESPACES
  
 #define PEGASUS_HAVE_EXPLICIT  
   
 #define PEGASUS_HAVE_MUTABLE  
   
 // #define PEGASUS_HAVE_FOR_SCOPE // #define PEGASUS_HAVE_FOR_SCOPE
  
 #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION
Line 97 
Line 93 
 // Suppress this warning : "'this' : used in base member initializer list" // Suppress this warning : "'this' : used in base member initializer list"
 #pragma warning ( disable : 4355 ) #pragma warning ( disable : 4355 )
  
 // Suppress this warning: 'type' : forcing value to bool 'true' or 'false' (performance warning)  // Suppress this warning: 'type' : forcing value to bool 'true' or 'false'
   // (performance warning)
 #ifdef PEGASUS_INTERNALONLY #ifdef PEGASUS_INTERNALONLY
 #pragma warning( disable : 4800 ) #pragma warning( disable : 4800 )
 #endif #endif
Line 108 
Line 105 
 // This warning is supported beginning with VC 8. // This warning is supported beginning with VC 8.
 #pragma warning ( disable : 4996 ) #pragma warning ( disable : 4996 )
  
 // Suppress this warning: behavior change: an object of POD type constructed with an  // Suppress this warning: behavior change: an object of POD type constructed
 // initializer of the form () will be default-initialized  // with an initializer of the form () will be default-initialized
 #pragma warning ( disable : 4345 ) #pragma warning ( disable : 4345 )
 #endif #endif
  


Legend:
Removed from v.1.36.4.1  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2