$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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