|
Boost : |
From: Alexey Nikitin (reductor_at_[hidden])
Date: 2003-05-13 11:08:15
------------- line 174 -------------------------------------
#define BOOST_CONTAINER_SELECTOR(NAME) \
template <> struct container_selector<NAME> { \
typedef NAME type; \
}
BOOST_CONTAINER_SELECTOR(vecS);
BOOST_CONTAINER_SELECTOR(listS);
BOOST_CONTAINER_SELECTOR(mapS);
BOOST_CONTAINER_SELECTOR(setS); <- !!!
#if !defined BOOST_NO_HASH
BOOST_CONTAINER_SELECTOR(hash_mapS);
#endif
#if !defined BOOST_NO_SLIST
BOOST_CONTAINER_SELECTOR(slistS);
#endif
------------------ line 188 ----------------------
After line with "<- !!!" it should be inserted
"BOOST_CONTAINER_SELECTOR(mulitsetS);" else adjacency_list<mulisetS, ...> is
not work.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk