Commit e74858c8 authored by Roman Nozdrin's avatar Roman Nozdrin Committed by Daniel Black

MCOL-5114 Removing ctor specialization b/c it violates c++20 syntax needed in ColumnStorew

parent 8c4a2c8a
......@@ -3450,7 +3450,7 @@ template <template<class> class LI, typename T> class Item_equal_iterator
Item_equal *item_equal;
Item *curr_item;
public:
Item_equal_iterator<LI,T>(Item_equal &item_eq)
Item_equal_iterator(Item_equal &item_eq)
:LI<T> (item_eq.equal_items)
{
curr_item= NULL;
......
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