1
0
forked from boostorg/mpl

Fix #640 in sources

[SVN r53534]
This commit is contained in:
Aleksey Gurtovoy
2009-06-01 12:55:33 +00:00
parent 4169d45c82
commit 2d5e02f382

View File

@@ -110,7 +110,7 @@ into ``v``, ``r`` is a |Forward Sequence|, ``n`` is an |Integral Constant|, and
| | see |Back Extensible Sequence|. |
+---------------------------------------+-----------------------------------------------------------+
| ``push_front<v,x>::type`` | A new ``vector`` of following elements: |
| | |begin/end<v>|, ``x``; see |Front Extensible Sequence|. |
| | ``x``, |begin/end<v>|; see |Front Extensible Sequence|. |
+---------------------------------------+-----------------------------------------------------------+
| ``pop_front<v>::type`` | A new ``vector`` of following elements: |
| | [``next< begin<v>::type >::type``, ``end<v>::type``); |