2000-07-07 16:04:40 +00:00
|
|
|
// Boost smart_ptr.hpp header file -----------------------------------------//
|
|
|
|
|
2002-02-02 18:36:12 +00:00
|
|
|
// For compatibility, this header includes the header for the four "classic"
|
|
|
|
// smart pointer class templates.
|
2000-11-16 11:17:22 +00:00
|
|
|
|
2002-02-02 18:36:12 +00:00
|
|
|
#include <boost/scoped_ptr.hpp>
|
|
|
|
#include <boost/scoped_array.hpp>
|
|
|
|
#include <boost/shared_ptr.hpp>
|
|
|
|
#include <boost/shared_array.hpp>
|