]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/type_traits.hpp
How about if we write a script to do some of this and stop doing it
[lyx.git] / boost / boost / type_traits.hpp
index 08bb5a1e01dbf133e2a283e8bbb09e38ec8f144f..0c313b81c548c65900eb72a75330f52876ca3e9c 100644 (file)
 #include "boost/type_traits/type_with_alignment.hpp"
 #include "boost/type_traits/function_traits.hpp"
 #include "boost/type_traits/aligned_storage.hpp"
+#include "boost/type_traits/floating_point_promotion.hpp"
+#if !(defined(__sgi) && defined(__EDG_VERSION__) && (__EDG_VERSION__ == 238))
+#include "boost/type_traits/integral_promotion.hpp"
+#include "boost/type_traits/promote.hpp"
+#endif
+#include <boost/type_traits/make_unsigned.hpp>
+#include <boost/type_traits/make_signed.hpp>
+#include <boost/type_traits/decay.hpp>
+#include <boost/type_traits/is_complex.hpp>
 
 #include "boost/type_traits/ice.hpp"