Merging 77932-78199 from trunk

[SVN r78201]
This commit is contained in:
Joel de Guzman
2012-04-26 00:18:58 +00:00
parent 93477e270e
commit ee33ea5cfa
2 changed files with 494 additions and 5 deletions

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: