]> git.lyx.org Git - lyx.git/blob - boost/boost/utility.hpp
LFUN_ESCAPE gets ReadOnly (fix bug 1142)
[lyx.git] / boost / boost / utility.hpp
1 //  Boost utility.hpp header file  -------------------------------------------//
2
3 //  (C) Copyright Boost.org 1999-2003. Permission to copy, use, modify, sell
4 //  and distribute this software is granted provided this copyright
5 //  notice appears in all copies. This software is provided "as is" without
6 //  express or implied warranty, and with no claim as to its suitability for
7 //  any purpose.
8
9 //  See http://www.boost.org/libs/utility for documentation.
10
11 #ifndef BOOST_UTILITY_HPP
12 #define BOOST_UTILITY_HPP
13
14 #include <boost/utility/addressof.hpp>
15 #include <boost/utility/base_from_member.hpp>  
16 #include <boost/checked_delete.hpp>
17 #include <boost/next_prior.hpp>
18 #include <boost/noncopyable.hpp>
19
20 #endif  // BOOST_UTILITY_HPP
21