diff --git a/include/boost/graph/adjacency_list.hpp b/include/boost/graph/adjacency_list.hpp index eca0f4b7..e41a3c8b 100644 --- a/include/boost/graph/adjacency_list.hpp +++ b/include/boost/graph/adjacency_list.hpp @@ -126,7 +126,7 @@ namespace boost { #if !defined BOOST_NO_SLIST struct slistS { template - struct gen { typedef std::slist type; }; + struct bind { typedef std::slist type; }; }; #endif