diff --git a/hash_map.hxx.in b/hash_map.hxx.in index c46349d38e4bee354481713e257244010da0eba3..541fd211ba6d72e34270a53a9d0e8284f41d25bf 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 870dc0b6e64b640bb7798d18eeb4903cebe51fb8..316a9df9f16d7bd3c62f17c7a88a21c393232a62 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)