I have the following code:
#include <utility>
#include
::type ptr_pair_seq2; return 0; }
If I uncomment any of the two mpl::transform lines in main(), the code doesn't compile (VC8). The point is to get a sequence of std::pairs out of the content of the mpl::map. Is there anything I'm doing wrong? Can mpl::transform be used for mpl::map? Maybe I can do it with fusion, but the above code seems to be something that's supposed to be working, isn't it? Yuval