From 4269966bcb77b5223d8387121f68eb40b027e83b Mon Sep 17 00:00:00 2001 From: Brad King <brad.king@kitware.com> Date: Tue, 22 Jan 2008 08:52:48 -0500 Subject: [PATCH] COMP: Remove inline keyword from forward declaration for VS9. --- hash_map.hxx.in | 4 ++-- kwsysDateStamp.cmake | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hash_map.hxx.in b/hash_map.hxx.in index c46349d..541fd21 100644 --- a/hash_map.hxx.in +++ b/hash_map.hxx.in @@ -75,8 +75,8 @@ template <class _Key, class _Tp, 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> diff --git a/kwsysDateStamp.cmake b/kwsysDateStamp.cmake index 870dc0b..316a9df 100644 --- a/kwsysDateStamp.cmake +++ b/kwsysDateStamp.cmake @@ -7,4 +7,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2008) SET(KWSYS_DATE_STAMP_MONTH 01) # KWSys version date day component. Format is DD. -SET(KWSYS_DATE_STAMP_DAY 21) +SET(KWSYS_DATE_STAMP_DAY 22) -- GitLab