<div class="gmail_quote">On Thu, Aug 5, 2010 at 23:50, Andrej Mitrovic <span dir="ltr"><<a href="mailto:andrej.mitrovich@gmail.com">andrej.mitrovich@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div class="gmail_quote">
<div><br></div><div><br></div><div>As for demangling, how do you do to get mangled names in the first place?</div><div><div> </div></div></div></blockquote></div><div><br>I was using mangledName!() from std.straits. __traits works prefectly, Thanks!<br>
<br></div></div></blockquote><div><br></div><div>Oh, oh, lots of shiny new things in std.traits! </div><div>I didn't specifically look at this module for 2.047, my mistake.</div><div><br></div><div>And, demange(mangledName!foo) gives back a qualified name, nice! I was looking as a way to get that, not two hours ago.</div>
<div><br></div><div>*goes play with it*</div><div><br></div><div>Ah, it doesn't work with templates names, though.</div><div><br></div><div>Thanks Andrej!</div><div><br></div><div>Philippe</div><div><br></div></div>