Boost logo

Boost Users :

From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-09-02 17:35:09


AMDG

Sean Farrow wrote:
> Hi:
> I am using a bitset to store up to 63 different values as a key in a
> mapp This does appear to be working though, as I carn't seem to get an
> iterator to accept any bitset even though it is defined, has any one go
> any othe ideas as to how I could tackle this issue.
>

What exactly are you trying to do?

I can guess that you have something like
std::map<std::bitset<6>, int> m;

but I have no idea what you mean by getting "an iterator to accept a bitset"

Could you please clarify?

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net