mirror of
https://github.com/boostorg/phoenix.git
synced 2026-02-18 14:22:09 +00:00
function/lazy_argument_tests.cpp Ammend tests.
This commit is contained in:
@@ -46,8 +46,8 @@ T h(F f, T const& t)
|
||||
|
||||
int main()
|
||||
{
|
||||
BOOST_TEST(h(gg,1) ==2);
|
||||
BOOST_TEST(h<GG,int>(gg,1) ==2);
|
||||
BOOST_TEST( h(gg,1) == 2);
|
||||
BOOST_TEST(( h<GG,int>(gg,1) == 2));
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user