Experts,
I am using boost::tuple as key in std::map. I would like to write my own comparison method (considering tolerance in comparison)
The default comparison defined in tuple_comparison.hpp
is of no use to me.
Any help in this is highly appreciated.
Regards,
UJ