[cmake-commits] king committed hash_map.hxx.in 1.6 1.7
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Jan 30 07:44:26 EST 2008
Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv14300/Source/kwsys
Modified Files:
hash_map.hxx.in
Log Message:
COMP: Fix warnings on VS9.
Index: hash_map.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/hash_map.hxx.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- hash_map.hxx.in 22 Jan 2008 13:52:48 -0000 1.6
+++ hash_map.hxx.in 30 Jan 2008 12:44:24 -0000 1.7
@@ -236,7 +236,7 @@
};
template <class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc>
-inline bool
+bool
operator==(const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1,
const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2)
{
@@ -267,7 +267,7 @@
class hash_multimap;
template <class _Key, class _Tp, class _HF, class _EqKey, class _Alloc>
-inline bool
+bool
operator==(const hash_multimap<_Key,_Tp,_HF,_EqKey,_Alloc>& __hm1,
const hash_multimap<_Key,_Tp,_HF,_EqKey,_Alloc>& __hm2);
@@ -427,7 +427,7 @@
};
template <class _Key, class _Tp, class _HF, class _EqKey, class _Alloc>
-inline bool
+bool
operator==(const hash_multimap<_Key,_Tp,_HF,_EqKey,_Alloc>& __hm1,
const hash_multimap<_Key,_Tp,_HF,_EqKey,_Alloc>& __hm2)
{
More information about the Cmake-commits
mailing list