
16 Nov
2006
16 Nov
'06
4:47 p.m.
<Oliver.Kowalke@qimonda.com> writes:
Hi, how can I store more than 20 entries in mpl::map? regards, Oliver
Use the numbered forms: #include <boost/mpl/map/map30.hpp> typedef boost::mpl::map22< boost::mpl::pair<int[1], int[1]> , boost::mpl::pair<int[2], int[2]> ... , boost::mpl::pair<int[22], int[22]> > m; -- Dave Abrahams Boost Consulting www.boost-consulting.com