$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] map of ranges?
From: Sven Bauhan (sven.bauhan_at_[hidden])
Date: 2012-04-23 11:28:09
Hi,
i was thinking of something like a map of ranges, but i did not get the
range concept in boost yet.
So what i want is something like:
typedef map< range<time_duration>, Color> AgeColorMap;
Is it possible to use something like that with the boost library?
Thanks, Sven