From d3b14381f66ac1dbf9325bb96618dcb8ff8596f5 Mon Sep 17 00:00:00 2001 From: Brad King <brad.king@kitware.com> Date: Sun, 3 Feb 2008 08:07:17 -0500 Subject: [PATCH] COMP: Remove inline keyword from forward declaration for VS9. --- hash_set.hxx.in | 8 ++++---- kwsysDateStamp.cmake | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hash_set.hxx.in b/hash_set.hxx.in index 9c29014..df15acf 100644 --- a/hash_set.hxx.in +++ b/hash_set.hxx.in @@ -73,7 +73,7 @@ template <class _Value, class hash_set; template <class _Value, class _HashFcn, class _EqualKey, class _Alloc> -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 <class _Value, class _HashFcn, class _EqualKey, class _Alloc> -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 <class _Value, class hash_multiset; template <class _Val, class _HashFcn, class _EqualKey, class _Alloc> -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 <class _Val, class _HashFcn, class _EqualKey, class _Alloc> -inline bool +bool operator==(const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs1, const hash_multiset<_Val,_HashFcn,_EqualKey,_Alloc>& __hs2) { diff --git a/kwsysDateStamp.cmake b/kwsysDateStamp.cmake index b036369..7d2206a 100644 --- a/kwsysDateStamp.cmake +++ b/kwsysDateStamp.cmake @@ -7,4 +7,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2008) SET(KWSYS_DATE_STAMP_MONTH 02) # KWSys version date day component. Format is DD. -SET(KWSYS_DATE_STAMP_DAY 02) +SET(KWSYS_DATE_STAMP_DAY 03) -- GitLab