$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Typedef rejected when disambiguating a call to boost::assign
From: mark pashley (mark.pashley_at_[hidden])
Date: 2012-10-30 10:25:27
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-call-to-boost-assign-tp4637775p4637782.html Sent from the Boost - Users mailing list archive at Nabble.com.