
2 May
2010
2 May
'10
11:36 a.m.
Hello,
typedef mpl::map
<
mpl::pair
m1;
typedef mpl::map
<
mpl::pair
m2;
In the current version of boost, what's the right way to merge the 2
above mpl maps - to get 1 map that contains:
mpl::pair