mclow.lists added a comment.

D'Oh - that was a paste that went wrong.
You are correct that `assert(c.size() == 3)` is correct.

However, what I was *trying* to fix were the lines before.
Pushing a `3` into a `vector<bool>` is not the best idea L#34 and L#53 should 
both read `c.push_back(true);`


https://reviews.llvm.org/D40324



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D40324: [l... Billy Robert O'Neal III via Phabricator via cfe-commits
    • [PATCH] D4032... Billy Robert O'Neal III via Phabricator via cfe-commits
    • [PATCH] D4032... Marshall Clow via Phabricator via cfe-commits

Reply via email to