6 Aug
2010
6 Aug
'10
8:29 p.m.
create your own header, include the relevant headers from Boost.Assign. Then open the assign namespace:
namespace boost { namespace assign {
// your code here } }
but you have to choose a different name than list_of() if you use the boost::assign namespace. Thanks for the help.
Ryan