fixed rst syntax error

[SVN r33925]
This commit is contained in:
Daniel Wallin
2006-05-04 19:56:42 +00:00
committed by Peter Dimov
parent 57a1107513
commit 543cb4ba88

View File

@@ -111,7 +111,7 @@ Note that this makes the *arity range* ``[1,2]``, so we'll need two forwarding o
.def("f",
function<
fwd
, mpl::vector2<tag::x, **tag::y\*\*\ **>
, mpl::vector2<tag::x, **tag::y\*\***>
, mpl::vector3<void, int, int>
>()
);