patch for clang from Michel Morin

[SVN r78175]
This commit is contained in:
Joel de Guzman
2012-04-24 01:39:43 +00:00
parent fad4a7ebeb
commit 654dfbedb8

View File

@ -103,7 +103,7 @@ main()
useThisIStringStream is("(100 200 300)");
vector<int, int, int> ti;
BOOST_TEST(bool((is >> ti) != 0));
BOOST_TEST(bool(is >> ti) != 0);
BOOST_TEST(ti == make_vector(100, 200, 300));
// Note that strings are problematic: