|
Boost : |
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2004-12-07 11:53:58
"Larry Evans" <cppljevans_at_[hidden]> wrote
> There's a workaround to non-deduced context, but using it requires
> specializations for each instantiation of the outer class.
Can't we then just register concrete iterators?
BOOST_TYPEOF_REGISTER_TYPE(std::vector<int>::iterator);
BOOST_TYPEOF_REGISTER_TYPE(std::map<int, std::string>::iterator);
etc.
Arkadiy
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk