]> git.lyx.org Git - lyx.git/blob - boost/boost/type_traits/conversion_traits.hpp
update to boost 1.30.1
[lyx.git] / boost / boost / type_traits / conversion_traits.hpp
1
2 // Copyright (C) 2000 John Maddock (john_maddock@compuserve.com)
3 // Copyright (C) 2000 Jeremy Siek (jsiek@lsc.nd.edu)
4 // Copyright (C) 1999, 2000 Jaakko J\84rvi (jaakko.jarvi@cs.utu.fi)
5 //
6 // Permission to copy and use this software is granted, 
7 // provided this copyright notice appears in all copies. 
8 // Permission to modify the code and to distribute modified code is granted, 
9 // provided this copyright notice appears in all copies, and a notice 
10 // that the code was modified is included with the copyright notice.
11 //
12 // This software is provided "as is" without express or implied warranty, 
13 // and with no claim as to its suitability for any purpose.
14 //
15
16 #ifndef BOOST_TT_CONVERSION_TRAITS_HPP_INCLUDED
17 #define BOOST_TT_CONVERSION_TRAITS_HPP_INCLUDED
18
19 #include "boost/type_traits/is_convertible.hpp"
20
21 #endif // BOOST_TT_CONVERSION_TRAITS_HPP_INCLUDED