]> git.lyx.org Git - lyx.git/blob - boost/boost/type_traits/alignment_traits.hpp
update to boost 1.30.1
[lyx.git] / boost / boost / type_traits / alignment_traits.hpp
1
2 //  (C) Copyright John Maddock 2000.
3 //  Permission to copy, use, modify, sell and
4 //  distribute this software is granted provided this copyright notice appears
5 //  in all copies. This software is provided "as is" without express or implied
6 //  warranty, and with no claim as to its suitability for any purpose.
7
8 #ifndef BOOST_TT_ALIGNMENT_TRAITS_HPP_INCLUDED
9 #define BOOST_TT_ALIGNMENT_TRAITS_HPP_INCLUDED
10
11 #include "boost/type_traits/alignment_of.hpp"
12 #include "boost/type_traits/type_with_alignment.hpp"
13
14 #endif // BOOST_TT_ALIGNMENT_TRAITS_HPP_INCLUDED