[Cmake-commits] [cmake-commits] hoffman committed cmPolicies.h 1.21 1.22

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jan 23 12:20:11 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv9029

Modified Files:
	cmPolicies.h 
Log Message:
ENH: try to fix vs6 build 


Index: cmPolicies.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmPolicies.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -C 2 -d -r1.21 -r1.22
*** cmPolicies.h	22 Jan 2009 18:18:40 -0000	1.21
--- cmPolicies.h	23 Jan 2009 17:20:09 -0000	1.22
***************
*** 92,97 ****
  
    /** Represent a set of policy values.  */
!   typedef std::map<cmPolicies::PolicyID,
!                    cmPolicies::PolicyStatus> PolicyMap;
  
    private:
--- 92,96 ----
  
    /** Represent a set of policy values.  */
!   typedef std::map<PolicyID, PolicyStatus> PolicyMap;
  
    private:



More information about the Cmake-commits mailing list