3 Sep
2013
3 Sep
'13
10:05 a.m.
Hi,
Why 'type' is not same as 'expected' in the example below?
using origin = boost::fusion::map<
boost::fusion::pair
; using expected = boost::fusion::map< boost::fusion::pair
,boost::fusion::pair ;
using type = boost::fusion::result_of::push_back<
origin
,boost::fusion::pair
::type;
static_assert(std::is_same