30 Oct
2012
30 Oct
'12
2:25 p.m.
Hi, I don't think the signed / unsignedness of the values is the problem, tried changing the_map_t data = boost::assign::map_list_of< uint32_t, the_set_t > > // bad line ( 1, boost::assign::list_of(10)(20)(30) ) to the_map_t data = boost::assign::map_list_of< uint32_t, the_set_t > > // bad line ( 1, boost::assign::list_of(10U)(20U)(30U) ) but it makes no difference. Regards Mark -- View this message in context: http://boost.2283326.n4.nabble.com/Typedef-rejected-when-disambiguating-a-ca... Sent from the Boost - Users mailing list archive at Nabble.com.