]> git.lyx.org Git - lyx.git/blob - boost/boost/type_traits/array_traits.hpp
complie fix
[lyx.git] / boost / boost / type_traits / array_traits.hpp
1 //  (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard
2 //  Hinnant & John Maddock 2000.  Permission to copy, use, modify,
3 //  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_ARRAY_TRAITS_HPP_INCLUDED
11 #define BOOST_TT_ARRAY_TRAITS_HPP_INCLUDED
12
13 #include "boost/type_traits/is_array.hpp"
14
15 #endif // BOOST_TT_ARRAY_TRAITS_HPP_INCLUDED