On 05/04/12 15:57, Manu wrote:
> Yeah I really hate this too. I'd like to see const(T) strictly enforced, 
> considering the potential for ambiguity in other situations.
> 
> But I'm still stuck! :(
> How can I do what I need to do?

If 'auto' is not an option:

   alias ref const(S) function() FT;
   FT fp;

(it's needed for things like 'extern (C)' too)

artur

Reply via email to