From d3fe34a860692ffce8b837a40eadf197a5eff01e Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 29 May 2001 18:03:09 +0000 Subject: [PATCH] changed "gen" to "bind" inside slistS [SVN r10241] --- include/boost/graph/adjacency_list.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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