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

Phoenix: Merged [72812], [72815], [73000], [73041], [74041], [74830], [74833], [74839] from trunk

[SVN r74904]
This commit is contained in:
Thomas Heller
2011-10-10 23:25:34 +00:00
parent 6daea07aaa
commit 2d29c3e624
37 changed files with 983 additions and 908 deletions

View File

@@ -186,7 +186,7 @@ main()
{
{
// $$$ Fixme. This should not be failing $$$
int x = (let(_a = lambda[val(1)])[_a])()();
//int x = (let(_a = lambda[val(1)])[_a])()();
//BOOST_TEST(x == 1);
}