j
k
j a
j l
Jeff Flinn wrote:
...I've started routinely writing T x(v); and then changing it when a target compiler misreads it as a scoped function declaration. :-(
I've started routinely writing T x(v); and then changing it when a target compiler misreads it as a scoped function declaration. :-(
I've started routinely writing
T x(v);
and then changing it when a target compiler misreads it as a scoped function declaration. :-(
Doesn't T x((v)); avoid that problem?
I'll try that next time I bump into it -- thanks!
Back to the thread
Back to the list