[GCC-XML] (__GLOBAL function was Problem exposing templates)
Roman Yakovenko
roman.yakovenko at gmail.com
Thu Aug 3 00:51:02 EDT 2006
On 8/3/06, Balasubramanyam, Shivakumar <sbalasub at qualcomm.com> wrote:
> [shiva] Roman, I understood the second part of my question, which was
> using typedef for explicit instantiation.
>
> Now I declared using "typedef Stack<int>::Stack Stack_Int;"
This does not couse to template instantiation.
Please write:
Stack_Int s;
Also I will fix py++ to skip those declarations
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
More information about the gccxml
mailing list