On Friday 25 of May 2012 11:50:13 Gabriel Dos Reis wrote: > On Fri, May 25, 2012 at 11:44 AM, Paweł Sikora <pl...@agmk.net> wrote: > > > so, why you just don't use the hash table implementation from libstdc++? > > we have agreed on C++03 as a bootstrap compiler. > There is unfortunately no hash table in C++03.
can't you use implementation from tr1 for c++98/03 mode?