15 Mar
2013
15 Mar
'13
3:58 p.m.
From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Steven Watanabe OK, you had the answer last time I posted to boost. Maybe I should just be sending DMs to you instead :)
BOOST_TYPE_ERASURE_MEMBER(has_count, count); template<class T> using abstract_set = boost::type_erasure::any
, _self&>;
Thanks, very cool! The docs make sense. What I'm talking about could readily be implemented using the TypeErasure library. So would abstract STL container adaptors be a useful thing to add to TypeErasure as a small utility and demonstration?