On Mon, Jan 5, 2009 at 9:38 PM, Brad King <[email protected]> wrote:
> Roman Yakovenko wrote:
>> I found out, that the source of errors is TR1 implementation.Passing
>> -D"_HAS_TR1=0" to gccxml.exe solves the problem.
>
> Can you provide a minimal test case, please?  I do
>
> ----- tset.cxx ------
> #include <set>
> ---------------------
>
> gccxml --gccxml-compiler msvc9 test.cxx
>
> and it works fine.

Templates :-)

#include <set>
std::set<int> do_smth();

HTH

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
_______________________________________________
gccxml mailing list
[email protected]
http://www.gccxml.org/mailman/listinfo/gccxml

Reply via email to