updated pp syntax

[SVN r34309]
This commit is contained in:
Daniel Wallin
2006-06-15 11:07:30 +00:00
parent dbcf8de808
commit 8162166037

View File

@@ -39,7 +39,7 @@ struct X : Xbase
)
)
BOOST_PARAMETER_MEMBER_FUNCTION((int), f, tag,
BOOST_PARAMETER_BASIC_MEMBER_FUNCTION((int), f, tag,
(required
(x, *)
(y, *)
@@ -52,7 +52,7 @@ struct X : Xbase
return args[x] + args[y] + args[z | 0];
}
BOOST_PARAMETER_MEMBER_FUNCTION((std::string), g, tag,
BOOST_PARAMETER_BASIC_MEMBER_FUNCTION((std::string), g, tag,
(optional
(x, *)
(y, *)