2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-10 11:42:16 +00:00

added advanced section to docs

[SVN r64806]
This commit is contained in:
Thomas Heller
2010-08-14 22:07:34 +00:00
parent e191dbc542
commit 27d02b3e0a
66 changed files with 1863 additions and 613 deletions

View File

@@ -34,5 +34,8 @@ int main()
BOOST_TEST((arg1 + arg2)(arg1, arg1)(8) == 16);
double mean = 8.0;
(arg1 + arg2 * (arg1 * arg1)( boost::phoenix::val(1.0) - mean ))(1.0, 2.0);
return boost::report_errors();
}