[GCC-XML] Find out "explicit"ness of constructor

Roman Yakovenko roman.yakovenko at gmail.com
Mon Sep 19 00:19:02 EDT 2005


Hi. Is there is a way to find out whether constructor has been
declarated with "explicit"
keyword or not?

struct XXX{
    explicit XXX(int);
//--^^^^^^^^?
};

Thanks

Roman Yakovenko



More information about the gccxml mailing list