Question about scoped_ptr.hpp and config.hpp

31 Aug
2002
31 Aug
'02
6:10 a.m.
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. Nathan

31 Aug
31 Aug
1:53 p.m.
New subject: [Boost-Users] Question about scoped_ptr.hpp and config.hpp
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.
8267
Age (days ago)
8267
Last active (days ago)
1 comments
2 participants
participants (2)
-
eldritchshadows
-
Peter Dimov