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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user