63a64,66 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > IncidenceGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 99a103,105 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > BidirectionalGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 128a135,137 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > AdjacencyGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 171a181,183 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > VertexListGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 216a229,231 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > EdgeListGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 248c263,267 < {}; --- > { > #if BOOST_WORKAROUND(__GNUC__, <= 3) > VertexAndEdgeListGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif > }; 257a277,279 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > EdgeMutableGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 271a294,296 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > VertexMutableGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 283a309,311 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > MutableGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 295a324,326 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > MutableIncidenceGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 309a341,343 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > MutableBidirectionalGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 322a357,359 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > MutableEdgeListGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 333a371,373 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > VertexMutablePropertyGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 345a386,388 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > EdgeMutablePropertyGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 358a402,404 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > AdjacencyMatrix(); // at least 2.96 and 3.4.3 both need this :( > #endif 375a422,424 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > ReadablePropertyGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 395a445,447 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > PropertyGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 413a466,468 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > LvaluePropertyGraph(); // at least 2.96 and 3.4.3 both need this :( > #endif 427a483,485 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > Buffer(); // at least 2.96 and 3.4.3 both need this :( > #endif 450a509,511 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > ColorValue(); // at least 2.96 and 3.4.3 both need this :( > #endif 460a522,524 > #if BOOST_WORKAROUND(__GNUC__, <= 3) > BasicMatrix(); // at least 2.96 and 3.4.3 both need this :( > #endif