I am used to be baffled by elegant C++ constructs, but this time the
Solaris compiler is not any better than me:
> na48s01:/afs/cern.ch/user/c/calaf/root/test>gmake
> CC -O -KPIC -I/afs/cern.ch/user/c/calaf/root/include -c vvector.cxx
> "vvector.cxx", line 459: Error: The left operand must be a lvalue.
> "vvector.cxx", line 466: Error: The left operand must be a lvalue.
> "vvector.cxx", line 494: Error: The left operand must be a lvalue.
> 3 Error(s) detected.
Where is the trick?
Paolo Calafiura