Merge [69242] to release. Fixes #4288. Fixes #5189.

[SVN r70432]
This commit is contained in:
Peter Dimov
2011-03-22 23:05:48 +00:00
parent d71cc6ab08
commit 545745d649
2 changed files with 7 additions and 4 deletions
+6
View File
@@ -1,3 +1,6 @@
#ifndef BOOST_SMART_PTR_HPP_INCLUDED
#define BOOST_SMART_PTR_HPP_INCLUDED
//
// smart_ptr.hpp
//
@@ -22,4 +25,7 @@
# include <boost/weak_ptr.hpp>
# include <boost/intrusive_ptr.hpp>
# include <boost/enable_shared_from_this.hpp>
# include <boost/make_shared.hpp>
#endif
#endif // #ifndef BOOST_SMART_PTR_HPP_INCLUDED