2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-10 23:42:14 +00:00

changed "gen" to "bind" inside slistS

[SVN r10241]
This commit is contained in:
Jeremy Siek
2001-05-29 18:03:09 +00:00
parent 009b171767
commit d3fe34a860

View File

@@ -126,7 +126,7 @@ namespace boost {
#if !defined BOOST_NO_SLIST
struct slistS {
template <class T>
struct gen { typedef std::slist<T> type; };
struct bind { typedef std::slist<T> type; };
};
#endif