11 Jun
2008
11 Jun
'08
1:22 a.m.
I am having a memory error when accessing a shared_ptr in a multi_set
collection.
I caught this comment in the shared_ptr documentation:
int main()
{
std::vector<FooPtr> foo_vector;
std::set