mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-19 07:12:12 +02:00
patch for clang from Michel Morin
[SVN r78175]
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user