]> git.lyx.org Git - lyx.git/blob - boost/boost/smart_ptr.hpp
complie fix
[lyx.git] / boost / boost / smart_ptr.hpp
1 //  Boost smart_ptr.hpp header file  -----------------------------------------//
2
3 // For compatibility, this header includes the header for the four "classic"
4 // smart pointer class templates.
5
6 #include <boost/scoped_ptr.hpp> 
7 #include <boost/scoped_array.hpp>
8 #include <boost/shared_ptr.hpp>
9 #include <boost/shared_array.hpp>