
4 May
2006
4 May
'06
8:34 a.m.
Russell Hind wrote:
Matias Capeletto wrote:
h1.ripway.com/mcape/boost/libs/misc/index.html
On the introduction page, is there an error in the code? After a quick glance,
People::map_by<name> people = people.get_view<name>();
looks like it should be
People::map_by<name> people = people_info.get_view<name>();
... and while on the subject; why not People::map_by<name> people(people_info); ? -- Daniel Wesslén