COMP: Remove inline keyword from forward declaration for VS9.

This commit is contained in:
Brad King 2008-01-22 08:52:48 -05:00
parent a6af060b35
commit 0df9e6904c
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ 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>&,
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,