mirror of
https://github.com/boostorg/phoenix.git
synced 2026-01-30 20:12:24 +00:00
fixed tests for msvc-9.0
[SVN r68923]
This commit is contained in:
@@ -130,7 +130,7 @@ main()
|
||||
BOOST_TEST(add(arg1, arg1, arg1, arg1)(i5) == (5+5+5+5));
|
||||
|
||||
// testing composition
|
||||
BOOST_TEST(add(arg1, arg1, arg1, power(arg1, 2))(i5) == (5+5+5+25));
|
||||
BOOST_TEST(add(arg1, arg1, arg1, power(arg1, 2))(d5) == (5+5+5+25));
|
||||
|
||||
int const ic5 = 5;
|
||||
// testing consts
|
||||
|
||||
Reference in New Issue
Block a user