From 159d23ff7af5af5903165143fa1dd5725a2fa710 Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Sat, 26 Jan 2008 18:51:28 +0000 Subject: [PATCH] Fixes #640 Corrected the mpl push_front html documentation. [SVN r42985] --- doc/refmanual/vector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/refmanual/vector.html b/doc/refmanual/vector.html index c1457d0..e695b5f 100644 --- a/doc/refmanual/vector.html +++ b/doc/refmanual/vector.html @@ -153,7 +153,7 @@ see Back Extensible push_front<v,x>::type A new vector of following elements: -[begin<v>::type, end<v>::type), x; see Front Extensible Sequence. +x, [begin<v>::type, end<v>::type); see Front Extensible Sequence. pop_front<v>::type A new vector of following elements: