
11 Nov
2005
11 Nov
'05
1:44 p.m.
This is what needs to be done:
In shared_ptr.hpp, move #include <memory> to the top.
In weak_ptr.hpp, add
#include <memory> #include <boost/detail/shared_count.hpp>
above
#include <boost/shared_ptr.hpp>.
I'll commit these fixes when the CVS starts working again.
Amazing! Thanks, I didn't think that one was going to be solvable! John.