
Hi, in /libs/mpl/doc/refmanual/map.html insert<m,x>::type point to the description of insert<m,pos,x>::type. In addition I don't find the descrition of insert<m,x>::type in libs/mpl/doc/refmanual/intrinsic-metafunctions.html Can this be added? Best, _____________________ Vicente Juan Botet Escribá http://viboes.blogspot.com/

Hi Vicente,
Hi,
in /libs/mpl/doc/refmanual/map.html
insert<m,x>::type point to the description of insert<m,pos,x>::type. In addition I don't find the descrition of insert<m,x>::type in libs/mpl/doc/refmanual/intrinsic-metafunctions.html
The 'insert' page actually describes both versions [1]: Description ----------- insert is an overloaded name: - insert<Sequence,Pos,T> performs an insertion of type T at an arbitrary position Pos in Sequence. Pos is ignored is Sequence is a model of Extensible Associative Sequence. - insert<Sequence,T> is a shortcut notation for insert<Sequence,Pos,T> for the case when Sequence is a model of Extensible Associative Sequence. [1] http://www.boost.org/doc/libs/1_44_0/libs/mpl/doc/refmanual/insert.html HTH, -- Aleksey Gurtovoy MetaCommunications Engineering

----- Original Message ----- From: "Aleksey Gurtovoy" <agurtovoy@meta-comm.com> To: <boost@lists.boost.org> Sent: Monday, November 08, 2010 10:18 AM Subject: Re: [boost] [mpl] map insert
Hi Vicente,
Hi,
in /libs/mpl/doc/refmanual/map.html
insert<m,x>::type point to the description of insert<m,pos,x>::type. In addition I don't find the descrition of insert<m,x>::type in libs/mpl/doc/refmanual/intrinsic-metafunctions.html
The 'insert' page actually describes both versions [1]:
Sorry, I miss the second part (The windows was to little :( ) Thanks, Vicente
participants (2)
-
Aleksey Gurtovoy
-
vicente.botet