Jeremiah,
property::type
property_map::type temp1;
string str1(temp1);
give me the following error message:
main.cpp:71: error: 'type' is not a member of 'boost::property, boost::no_property, boost::no_property, boost::listS>, boost::vertex_bundle_t, boost::no_property>'
And, replacing "property" above with "property_map", I get the following error:
main.cpp:72: error: no matching function for call to 'std::basic_string::basic_string(boost::vec_adj_list_vertex_property_map, boost::no_property, boost::no_property, boost::listS>, boost::adjacency_list, boost::no_property, boost::no_property, boost::listS>*, std::basic_string, std::basic_string&, boost::vertex_bundle_t>&)'
Any ideas?
TIA,
--Hossein