[webkit-changes] cvs commit: JavaScriptCore/kxmlcore HashTraits.h

David hyatt at opensource.apple.com
Fri Dec 16 12:33:22 PST 2005


hyatt       05/12/16 12:33:21

  Modified:    kxmlcore HashTraits.h
  Log:
  Don't include bits/cpp_type_traits on win32
  
  Revision  Changes    Path
  1.2       +2 -0      JavaScriptCore/kxmlcore/HashTraits.h
  
  Index: HashTraits.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kxmlcore/HashTraits.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HashTraits.h	28 Sep 2005 22:01:17 -0000	1.1
  +++ HashTraits.h	16 Dec 2005 20:33:21 -0000	1.2
  @@ -24,7 +24,9 @@
   #define KXMLCORE_HASH_TRAITS_H
   
   #include <utility>
  +#ifndef WIN32
   #include <bits/cpp_type_traits.h>
  +#endif
   
   namespace KXMLCore {
   
  
  
  



More information about the webkit-changes mailing list