Boost logo

Boost :

From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2006-10-05 04:59:47


Hi!

Jason Hise schrieb:
> vec[0] = 42;
> vec[_x] = 42; // does the same thing

"_x" is not allowed as a variable name. So we would need something else.
And you don't want it to interfere with user code either. I can't
estimate how many people would use a variable named "x" in a
mathematical context.

Frank


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk