This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

stl bugs in EGCS97-11-05



 Hello,
 I have found a mistyping line 615 in include/g++/stl_hashtable.h

template <class Val, class Key, class HF, class Extract, class EqKey, class A>
inline void swap(hashtable<Val, Key, HF, Extract, EqKey, A>& ht1,
                 hashtable<Val, Key, HF, Extract, EqKay, A>& ht2) {
  ht1.swap(ht2);                                   |
}                                                  |
                                                   |

 Obviously, it is EqKey and not EqKay

 Hope to be useful,
 Gregory
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]