4 Sep
2011
4 Sep
'11
4:06 p.m.
on Sat Sep 03 2011, Krzysztof Żelechowski
At [http://www.boost.org/doc/libs/1_47_0/libs/iterator/doc/zip_iterator.html Zip Iterator]:
is:: {{{zip_it->get<0>() = 42.0;}}} (syntax error) works:: {{{zip_it -> template get <0> () = 42.0;}}}
Not a bug, IMO. There's no reason to think we're writing in a template here, and I see no reason to complicate the example by making that assumption. -- Dave Abrahams BoostPro Computing http://www.boostpro.com