Commit 24fe6ee5 by Maarten L. Hekkelman

Unused comparison result... tssk

parent b83ef112
...@@ -712,7 +712,7 @@ conditional_iterator_proxy<Category, Ts...>::conditional_iterator_proxy(Category ...@@ -712,7 +712,7 @@ conditional_iterator_proxy<Category, Ts...>::conditional_iterator_proxy(Category
++mCBegin; ++mCBegin;
} }
else else
mCBegin == mCEnd; mCBegin = mCEnd;
uint16_t i = 0; uint16_t i = 0;
((mCix[i++] = m_cat->get_column_ix(names)), ...); ((mCix[i++] = m_cat->get_column_ix(names)), ...);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment