id summary reporter owner description type status milestone component version severity resolution keywords cc 11908 mpi_process_group.cpp uses undefined class 'std::list' terry lyons Jeremiah Willcock "Errors from building boost: .\boost/graph/distributed/detail/mpi_process_group.ipp(137) : error C2976: 'std::list' : too few template arguments .\boost/detail/container_fwd.hpp(134) : see declaration of 'std::list' .\boost/graph/distributed/detail/mpi_process_group.ipp(137) : error C2079: 'boost::graph::distributed::mpi_process_group::impl::sent_batches' uses undefined class 'std::list' There seems to be a problem where it is impossible to build the mpi components of boost graph etc. because of a lack of definition of list. I have reproduced this with just the file c:\Program Files\boost\boost_1_60_0\libs\graph_parallel\src\mpi_process_group.cpp. A forced include of C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\list allows error free compilation. " Bugs new To Be Determined graph Boost 1.61.0 Showstopper include missing