<div class="gmail_quote">On 4 May 2012 11:46, Jonathan M Davis <span dir="ltr"><<a href="mailto:jmdavisProg@gmx.com" target="_blank">jmdavisProg@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">typeof(foo) blah2 = &func;</div>
</blockquote></div><br><div>I just spotted the problem:</div><div> typeof(&foo) blah = &foo;</div><div><br></div><div>Was missing the '&' before the type. This works... However, in my case, I don't have such a function defined to copy the type from, so it doesn't help me any :/</div>