[GCC-XML] Instantiated template was not dumped

Roman Yakovenko roman.yakovenko at gmail.com
Mon May 15 06:55:12 EDT 2006


I thought,  that gccxml xml treats next case, but I was wrong.

template< class T1 >
struct item{
    template< class T2>
    T2 operator()(T2 t2){ return t2; }
};

void do_nothing(){
    item<int> x;
    x.operator()( double( 3.4 ) );
}

The problem is that gccxml does not dump operator() declaration.

Thoughts?

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the gccxml mailing list