> 1) There is a bug (in current snapshots too) with parsing code like the > following: > > c.f()(x)(y)(z); > > But, this is legal c++. Curious question of the day, what does the above line of code do? I've never seen a C++ construct like that before! Sean