2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-09 23:32:16 +00:00

Commit release-3.2.0 changes after conflict resolution

This commit is contained in:
John Fletcher
2015-03-06 07:27:56 +00:00
parent 186598d05a
commit 1059c6e7c4
112 changed files with 17154 additions and 24 deletions

View File

@@ -53,7 +53,8 @@ main()
}
{
#if defined(BOOST_GCC_VERSION) && (BOOST_GCC_VERSION >= 50000) && __OPTIMIZE__
//#if defined(BOOST_GCC_VERSION) && (BOOST_GCC_VERSION >= 50000) && __OPTIMIZE__
#if defined(__OPTIMIZE__) && __OPTIMIZE__
int x = (let(_a = _1)[bind(_a)])(lambda[val(1)]());
#else
int x = (let(_a = lambda[val(1)])[bind(_a)])();