]> git.lyx.org Git - lyx.git/blob - boost/boost/type_traits/reference_traits.hpp
Bug: 935
[lyx.git] / boost / boost / type_traits / reference_traits.hpp
1 //  (C) Copyright David Abrahams Steve Cleary, Beman Dawes, Howard
2 //  Hinnant & John Maddock 2000-2002.  Permission to copy, use,
3 //  modify, sell and distribute this software is granted provided this
4 //  copyright notice appears in all copies. This software is provided
5 //  "as is" without express or implied warranty, and with no claim as
6 //  to its suitability for any purpose.
7 //
8 //  See http://www.boost.org for most recent version including documentation.
9
10 #ifndef BOOST_TT_REFERENCE_TRAITS_HPP_INCLUDED
11 #define BOOST_TT_REFERENCE_TRAITS_HPP_INCLUDED
12
13 #include "boost/type_traits/is_reference.hpp"
14
15 #endif // BOOST_TT_REFERENCE_TRAITS_HPP_INCLUDED