59c59
< for (int i = 0; i < expr.size(); ++i)
---
> for (vector<string>::size_type i = 0; i < expr.size(); ++i)