Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-05-14 04:53:45


Alexey Nikitin wrote:

> ------------- 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.

Changed, thanks! BTW, it's more convenient if you send changes as unified
diff. They convey the same information as you've given above but are also
directly applicable. Of course, for this change is not that important.

Thanks,
Volodya

>
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk