Advertisement
Guest User

Untitled

a guest
May 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if (issol == true)
  2. {
  3. if (! vsol.empty()) vsol.clear();
  4. std::move(temp.begin(), temp.end(), std::back_inserter(vsol));
  5. temp.clear();
  6. issol = false;
  7. } else temp.clear();
  8. return;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement