i get compilation error
/sources/tested.cpp: In function int main()':
/sources/tested.cpp:30: error:
hash_map' undeclared (first use this function)
/sources/tested.cpp:30: error: (Each undeclared identifier is reported only
once for each function it appears in.)
/sources/tested.cpp:30: error: parse error before char'
/sources/tested.cpp:61: error:
r_hash' undeclared (first use this function)
when i try to #include or
it works fine on my box, can you please help ?
gibffe