Lower_bound not found for vector of pairs in c++
Advertisements I am trying to find lower_bound on vector of pair of int. But my IDE, as well my compiler throws an error. Please someone help. Lower_bound works for normal single dimensional vector. But fails for vector of pairs. Please help me find a solution. LB is the macro which is defined as lower_bound .… Read More Lower_bound not found for vector of pairs in c++