Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2006-05-30 02:17:05


Bugs item #1497329, was opened at 2006-05-30 15:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1497329&group_id=7586

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: mpl
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Sergey Shandar (sergey_shandar)
Assigned to: Aleksey Gurtovoy (agurtovoy)
Summary: documentation mistake

Initial Comment:
In the document
http://www.boost.org/libs/mpl/doc/refmanual/vector.html

---
push_front<v,x>::type |	A new vector of following
elements: [begin<v>::type, end<v>::type), x; see Front
Extensible Sequence.
---
Should be
---
push_front<v,x>::type |	A new vector of following
elements: x, [begin<v>::type, end<v>::type); see Front
Extensible Sequence.
---
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1497329&group_id=7586
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk