
21 Aug
2009
21 Aug
'09
9:07 p.m.
Eric Niebler <eric <at> boostpro.com> writes:
BOOST_FOREACH does not call size. <snip> Please send code that reproduces the error.
Yeah, I just tried reproing it with std::set<int> and it doesn't, so obviously you're right that BOOST_FOREACH isn't causing the size() instantiation. I'll try to repro it with a real multi-index ordered index in a couple hours and get back to you. Thanks, -Ryan