id summary reporter owner description type status milestone component version severity resolution keywords cc 9549 [graph][BGL][PBGL] Dynamic_properties class does not allow distributed property_maps anonymous Jeremiah Willcock "I am working with parallel graphs and distributed property maps. I found a problem compiling the code when I intended to add a distributed property map to the dynamic_property variable. The error was a casting problem: error: inicialización inválida de una referencia que no es constante de tipo ‘boost::default_property_traits, boost::vec_adj_list_vertex_property_map >, std::allocator > > >, VertexProperties>, boost::property, boost::no_property, boost::listS>, boost::adjacency_list >, std::allocator > > >, VertexProperties>, boost::property, boost::no_property, boost::listS>*, double, double&, double VertexProperties::*> > >::reference {aka double&}’ desde un r-valor de tipo ‘boost::parallel::distributed_property_map, boost::vec_adj_list_vertex_property_map >, std::allocator > > >, VertexProperties>, boost::property, boost::no_property, boost::listS>, boost::adjacency_list >, std::allocator > > >, VertexProperties>, boost::property, boost::no_property, boost::listS>*, double, double&, double VertexProperties::*> >::value_type {aka double}’ I also want to propose a patch to solve this problem. " Patches new To Be Determined graph Boost Development Trunk Problem bminyano@…