<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On 26 May 2017 13:26, "Phil Thompson" <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="elided-text">On 25 May 2017, at 11:16 pm, Shaheed Haque <<a href="mailto:srhaque@theiet.org">srhaque@theiet.org</a>> wrote:<br>
><br>
> Hi Phil,<br>
><br>
> I'm finally looking to extend my generator to handle templated<br>
> classes, and am finding a curious result from some initial tests. As<br>
> per the example you provided, this SIP compiles just fine:<br>
><br>
> template<T><br>
> class MyTemplate<br>
> {<br>
> public:<br>
>    MyTemplate();<br>
> };<br>
><br>
> The issue is that nesting in an OuterClass like this gives a syntax error:<br>
><br>
> class OuterClass<br>
> {<br>
> template<T><br>
> class MyTemplate<br>
> {<br>
> public:<br>
>    MyTemplate();<br>
> };<br>
> };<br>
><br>
> Nesting in a namespace compiles just fine. Is that expected?<br>
<br>
</div>Current hg (and tonight's snapshot) should parse it. I haven't tested the generated code - but (given it already works with namespaces) it has a reasonable chance of working.<br>
<font color="#888888"><br>
Phil</font></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Cool. I will take a look. Thanks!</div><div dir="auto"><div class="gmail_extra"><br></div></div></div>