1 Jan 02:44
Re: [mpl][docs]map insert doc: what's t?
Aleksey Gurtovoy <agurtovoy <at> meta-comm.com>
2008-01-01 01:44:25 GMT
2008-01-01 01:44:25 GMT
Larry Evans wrote: > On: > > http://www.boost.org/libs/mpl/doc/refmanual/map.html > > there's the following row in the "Expression Semantics" table: > > insert<m,x>::type A new map equivalent to m except that > > at< t, key_type<m,x>::type >::type > > is identical to value_type<m,x>::type. > > > which is confusing because the 't' in at< t, key_type<m,x>::type >::type > doesn't occur in the 1st column of that row. Should it read: > > > insert<m,x>::type A new map, t, equivalent to m except that > > at< t, key_type<x>::type >::type > > is identical to value_type<x>::type. > > ? Yep, that's the intended interpretation. Corrected in the sources (http://svn.boost.org/trac/boost/changeset/42396). Thanks!(Continue reading)
>I will leave the library in the vault, under the Boost
>software license.
Thanks for all your work so far.
RSS Feed