19 Jul
2009
19 Jul
'09
3:33 p.m.
Hello, How to do in mpl the following: template struct wrap { typedef wrapper<arg> type; }; Particularly, I've got a sequence of types, and I have to get shared_ptr's of these types. Thanks!