For the code below, i am getting the error in title for line
while((*(It2 + code)).exists){
void locatetohashtable(st
An iterator for an std::list is bidirectional, so it does not support +(int). The only supported move operations are ++ and --.
iterator
std::list
+(int)
++
--