Files
smart_ptr/include/boost/smart_ptr.hpp

10 lines
327 B
C++
Raw Normal View History

// Boost smart_ptr.hpp header file -----------------------------------------//
// For compatibility, this header includes the header for the four "classic"
// smart pointer class templates.
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/shared_array.hpp>