Adriaan de Groot wrote:
> This test program uses some of the Webkit types (in 
> src/3rdparty/webkit/JavaScriptCore/wtf in qt-copy):
> 
> #include <string>
> #include <HashMap.h>
> 
> typedef WTF::HashMap<const char *,const char *> T;
> 
> void foo() {
>         T  tbl;
>         T::HashTableType ttbl;
>         ttbl.add(std::make_pair(17,17));
>         tbl.set("foo","bar");
> }


I'm bit familiar with these templates.

To give a fuller answer I'd need to see the code and the compile line.

Are you building Qt using stlport (or other C++ standard library) or 
with the 'out of the box' Qt platform defs, which use libCstd?

A+
Paul
-- 
Paul Floyd                 http://paulf.free.fr


Reply via email to