]> git.lyx.org Git - lyx.git/blob - boost/boost/utility_fwd.hpp
complie fix
[lyx.git] / boost / boost / utility_fwd.hpp
1 //  Boost utility_fwd.hpp header file  ---------------------------------------//
2
3 //  (C) Copyright boost.org 2001.  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 for most recent version including documentation.
10
11 #ifndef BOOST_UTILITY_FWD_HPP
12 #define BOOST_UTILITY_FWD_HPP
13
14
15 namespace boost
16 {
17
18
19 //  From <boost/utility/base_from_member.hpp>  -------------------------------//
20
21 template < typename MemberType, int UniqueID = 0 >
22     class base_from_member;
23
24
25 //  From <boost/utility.hpp>  ------------------------------------------------//
26
27 class noncopyable;
28
29 // Also has a few function templates
30
31 }  // namespace boost
32
33
34 #endif  // BOOST_UTILITY_FWD_HPP