boost::bimap issue

S

Sean Farrow

Hi:
I am trying to change std::map to boost::bimap.
I have the following declarations:
std::map <std::bitset<6>, int, BitSetComp> SignsList, DotsList;
std::map <int, std::string> AsciiList;
std::map<std::bitset<6>, int>::iterator DotsIterator, SignsIterator;
std::map<int, std::string>::iterator AsciiIterator;
How can I change all these declarations to use boost::bimap?
Cheers
Sean.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top