[fusion] problem converting the result of a transform of a set into a map
Hello everybody,
I've a problem with the boost fusion library. I try to convert a fusion
set into a map using the transform algorithm.
Here is a example:
typedef typename boost::fusion::result_of::as_map<
typename boost::fusion::result_of::transform
::type Content;
where BoundMembers is a boost::fusion::set and map_name_to_member is
defined as:
struct map_name_to_member
{
template <typename T>
struct result;
template
::type ::type Content;
Am I doing something wrong or is this intended behavior? Thanks for your support. Best regards, Christian Kerl
participants (1)
-
Christian Kerl