mirror of
https://github.com/boostorg/range.git
synced 2026-01-25 00:12:22 +01:00
Reapply r85400 (this time use Iterator1 instead of Iterator2 as per r85691) and enhance the testcase; fixes ticket 11563.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user