Reapply r85400 (this time use Iterator1 instead of Iterator2 as per r85691) and enhance the testcase; fixes ticket 11563.

This commit is contained in:
morinmorin
2015-08-21 21:40:25 +09:00
parent 7fad9837fb
commit 490ba3fdcd
2 changed files with 7 additions and 2 deletions

View File

@@ -277,6 +277,7 @@ namespace boost
std::vector<int> v2;
std::vector<int> joined;
boost::push_back(joined, join(v1, v2));
boost::push_back(joined, join(v2, v1));
}
namespace trac7376