
Hi,
I'm trying to implement an interval map where the keys are close_interval<long> an the values are set<string>.
I modified the party example according to my needs, and came up with this short code:
#include
Hi,
I'm trying to implement an interval map where the keys are close_interval<long> an the values are set<string>.
I modified the party example according to my needs, and came up with this short code:
#include