$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [ICL] Map & insertion
From: Oodini (svdbg____at_[hidden])
Date: 2014-03-19 09:09:07
> interval_map<uint16_t, SomeEnumType> myMap;
I've succeeded to get what I wanted by adding a third template argument :
interval_map<uint16_t, SomeEnumType, partial_enricher> myMap;