resolved almost all todos and recompiled examples and tests

This commit is contained in:
Lorenzo Caminiti
2016-06-11 11:24:16 -07:00
parent 21f228d80b
commit b70b886140
42 changed files with 145 additions and 383 deletions

View File

@@ -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());