
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

AMDG On 04/23/2012 08:28 AM, Sven Bauhan wrote:
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
, Color> AgeColorMap; Is it possible to use something like that with the boost library?
Is ICL (http://www.boost.org/libs/icl) what you're looking for? In Christ, Steven Watanabe

On 04/23/12 17:49, Steven Watanabe wrote:
AMDG
On 04/23/2012 08:28 AM, Sven Bauhan wrote:
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
, Color> AgeColorMap; Is it possible to use something like that with the boost library?
Is ICL (http://www.boost.org/libs/icl) what you're looking for?
In Christ, Steven Watanabe
Thanks, that is what I was searching for. Unfortunately here I only have a too old boost library available (1.36) Greetings, Sven
participants (2)
-
Steven Watanabe
-
Sven Bauhan