mirror of
https://github.com/boostorg/contract.git
synced 2026-02-26 16:42:19 +00:00
resolved almost all todos and recompiled examples and tests
This commit is contained in:
@@ -658,7 +658,9 @@ int main() {
|
||||
vector<x> z(y);
|
||||
|
||||
typename vector<x>::iterator j = y.begin();
|
||||
assert(j != y.end());
|
||||
typename vector<x>::const_iterator cj = cy.begin();
|
||||
assert(cj != cy.end());
|
||||
|
||||
y.insert(j, 2, x());
|
||||
y.push_back(x());
|
||||
|
||||
Reference in New Issue
Block a user