From b38bc438941bd8a0096bbfdfceb8599a5b3a32d6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 3 Feb 2008 08:07:17 -0500 Subject: [PATCH] COMP: Remove inline keyword from forward declaration for VS9. --- Source/kwsys/hash_set.hxx.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/kwsys/hash_set.hxx.in b/Source/kwsys/hash_set.hxx.in index b346926dd..df1ad6476 100644 --- a/Source/kwsys/hash_set.hxx.in +++ b/Source/kwsys/hash_set.hxx.in @@ -73,7 +73,7 @@ template -inline bool +bool operator==(const hash_set<_Value,_HashFcn,_EqualKey,_Alloc>& __hs1, const hash_set<_Value,_HashFcn,_EqualKey,_Alloc>& __hs2); @@ -232,7 +232,7 @@ public: }; template -inline bool +bool operator==(const hash_set<_Value,_HashFcn,_EqualKey,_Alloc>& __hs1, const hash_set<_Value,_HashFcn,_EqualKey,_Alloc>& __hs2) { @@ -261,7 +261,7 @@ template -inline bool +bool operator==(const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs2); @@ -412,7 +412,7 @@ public: }; template -inline bool +bool operator==(const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs2) {