
31 Aug
2002
31 Aug
'02
1:53 p.m.
From: "eldritchshadows"
Is there a reason that scoped_ptr.hpp doesn't have config.hpp up at the top like shared_ptr.hpp? When I included it, it got rid of a lot of MSVC++ warnings.
Which warnings? Were they emitted by scoped_ptr's source or by your own code? Boost headers can include whatever they want to; if you need config.hpp, include it yourself.