]> git.lyx.org Git - lyx.git/blob - boost/boost/utility_fwd.hpp
fix reading the author field.
[lyx.git] / boost / boost / utility_fwd.hpp
1 //  Boost utility_fwd.hpp header file  ---------------------------------------//
2
3 //  Copyright 2001, 2003 Boost.org.  Use, modification, and distribution are
4 //  subject to the Boost Software License, Version 1.0.  (See accompanying file
5 //  LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
6
7 //  See <http://www.boost.org/libs/utility/> for the library's home page.
8
9 #ifndef BOOST_UTILITY_FWD_HPP
10 #define BOOST_UTILITY_FWD_HPP
11
12
13 namespace boost
14 {
15
16
17 //  From <boost/utility/base_from_member.hpp>  -------------------------------//
18
19 template < typename MemberType, int UniqueID = 0 >
20     class base_from_member;
21
22
23 //  From <boost/noncopyable.hpp>  --------------------------------------------//
24
25 class noncopyable;
26
27 // Also has a few function templates
28
29
30 }  // namespace boost
31
32
33 #endif  // BOOST_UTILITY_FWD_HPP