Fix some warnings within tests.

This commit is contained in:
Kohei Takahashi
2015-01-21 01:13:19 +09:00
parent ce8bf1079a
commit 5e4978b870
5 changed files with 43 additions and 16 deletions

View File

@ -178,7 +178,7 @@ main()
{
fusion::vector<int, float> v1(4, 2);
ns::bar v2 = {5, 3};
ns::bar v2 = {{5}, 3};
BOOST_TEST(v1 < v2);
BOOST_TEST(v1 <= v2);
BOOST_TEST(v2 > v1);