mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-20 07:42:11 +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)");
|
useThisIStringStream is("(100 200 300)");
|
||||||
|
|
||||||
vector<int, int, int> ti;
|
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));
|
BOOST_TEST(ti == make_vector(100, 200, 300));
|
||||||
|
|
||||||
// Note that strings are problematic:
|
// Note that strings are problematic:
|
||||||
|
Reference in New Issue
Block a user