[cmake-commits] king committed hash_map.hxx.in 1.5 1.6
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Jan 22 08:52:50 EST 2008
Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv4342
Modified Files:
hash_map.hxx.in
Log Message:
COMP: Remove inline keyword from forward declaration for VS9.
Index: hash_map.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/hash_map.hxx.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hash_map.hxx.in 15 Apr 2005 19:30:28 -0000 1.5
+++ hash_map.hxx.in 22 Jan 2008 13:52:48 -0000 1.6
@@ -75,8 +75,8 @@
class hash_map;
template <class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc>
-inline bool operator==(const hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc>&,
- const hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc>&);
+bool operator==(const hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc>&,
+ const hash_map<_Key, _Tp, _HashFn, _EqKey, _Alloc>&);
template <class _Key, class _Tp, class _HashFcn, class _EqualKey,
class _Alloc>
More information about the Cmake-commits
mailing list