Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b38bc438
Commit
b38bc438
authored
Feb 03, 2008
by
Brad King
Browse files
COMP: Remove inline keyword from forward declaration for VS9.
parent
607e05ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/kwsys/hash_set.hxx.in
View file @
b38bc438
...
...
@@ -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)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment