Fix inspection issues

[SVN r35239]
This commit is contained in:
Dave Abrahams
2006-09-21 02:40:19 +00:00
committed by Peter Dimov
parent 59bac2bc6e
commit 82b89fc441

View File

@@ -754,7 +754,7 @@ an **arity range** of [2,2], so we only need one forwarding overload.
def<
f_fwd
, mpl::vector<
void, tag::x(int), tag::y\*(int)
void, tag::\ x(int), tag::\ y\*(int)
>
>("f");
}