Skip to content
Snippets Groups Projects
Commit d3b14381 authored by Brad King's avatar Brad King
Browse files

COMP: Remove inline keyword from forward declaration for VS9.

parent 67879886
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment