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