22 Apr
2009
22 Apr
'09
3:09 p.m.
Hello,
Are the code and the documentation of the identity_property_map in sync.
The documentation says that the class identity_property_map
has a template member function operator[](T t) that for any type T,
just returns t.
In the .hpp file though I find
//=========================================================================
// A property map that applies the identity function to integers
struct identity_property_map
: public boost::put_get_helper