]> git.lyx.org Git - lyx.git/blob - boost/boost/smart_ptr.hpp
fix bulding on cygwin
[lyx.git] / boost / boost / smart_ptr.hpp
1 //
2 //  smart_ptr.hpp
3 //
4 //  For compatibility, this header includes the headers for the four "classic"
5 //  smart pointer class templates.
6 //
7 //  Copyright (c) 1998-2002 boost.org
8 //
9 //  Permission to copy, use, modify, sell and distribute this software
10 //  is granted provided this copyright notice appears in all copies.
11 //  This software is provided "as is" without express or implied
12 //  warranty, and with no claim as to its suitability for any purpose.
13 //
14 //  http://www.boost.org/libs/smart_ptr/smart_ptr.htm
15 //
16
17 #include <boost/scoped_ptr.hpp> 
18 #include <boost/scoped_array.hpp>
19 #include <boost/shared_ptr.hpp>
20 #include <boost/shared_array.hpp>