On 5/7/2011 9:32 AM, Jeff Trawick wrote:
> 
> Of course the end goal was to shut up the compiler about what
> StartService() wanted as the third arg.  I'll look for a solution that
> makes both compilers happy.

I suspect that only a cast will accomplish this.  But it should not
be necessary, additive constness should not need to be specified
when passing arguments.  Subtracting constness is another matter.

Reply via email to