From: Chris Lattner Date: Tue, 23 Jul 2002 00:17:55 +0000 (+0000) Subject: initial checkin X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5eb6b70b06c535e84cd00e8e58beaab7972a317e;p=oota-llvm.git initial checkin git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2996 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/boost/type_traits.hpp b/include/boost/type_traits.hpp new file mode 100644 index 00000000000..d84f05b946d --- /dev/null +++ b/include/boost/type_traits.hpp @@ -0,0 +1,43 @@ +// (C) Copyright Boost.org 2000. Permission to copy, use, modify, sell and +// distribute this software is granted provided this copyright notice appears +// in all copies. This software is provided "as is" without express or implied +// warranty, and with no claim as to its suitability for any purpose. + +// See http://www.boost.org for most recent version including documentation. +// See boost/detail/type_traits.hpp and boost/detail/ob_type_traits.hpp +// for full copyright notices. + +#ifndef BOOST_TYPE_TRAITS_HPP +#define BOOST_TYPE_TRAITS_HPP + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/**************************************************************************/ + +// +// undefine helper macro's: +// +#undef BOOST_IS_CLASS +#undef BOOST_IS_ENUM +#undef BOOST_IS_UNION +#undef BOOST_IS_POD +#undef BOOST_IS_EMPTY +#undef BOOST_HAS_TRIVIAL_CONSTRUCTOR +#undef BOOST_HAS_TRIVIAL_COPY +#undef BOOST_HAS_TRIVIAL_ASSIGN +#undef BOOST_HAS_TRIVIAL_DESTRUCTOR + +#endif // BOOST_TYPE_TRAITS_HPP + + +