forked from boostorg/type_traits
Add missing #include.
Add missing copyright.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
#include <boost/type_traits/integral_constant.hpp>
|
||||
#include <boost/type_traits/intrinsics.hpp>
|
||||
|
||||
#if (defined(BOOST_MSVC) || defined(BOOST_INTEL))
|
||||
#if (defined(BOOST_MSVC) || defined(BOOST_INTEL) || defined(BOOST_NO_CXX11_NOEXCEPT) || defined(BOOST_NO_CXX11_RVALUE_REFERENCES))
|
||||
#include <boost/type_traits/has_trivial_assign.hpp>
|
||||
#endif
|
||||
#if !defined(BOOST_HAS_NOTHROW_ASSIGN)
|
||||
|
@ -1,3 +1,10 @@
|
||||
// (C) John Maddock 2022.
|
||||
// Use, modification and distribution are subject to the Boost Software License,
|
||||
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt).
|
||||
//
|
||||
// See http://www.boost.org/libs/type_traits for most recent version including documentation.
|
||||
|
||||
module;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
@ -1,3 +1,9 @@
|
||||
// (C) John Maddock 2022.
|
||||
// Use, modification and distribution are subject to the Boost Software License,
|
||||
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt).
|
||||
//
|
||||
// See http://www.boost.org/libs/type_traits for most recent version including documentation.
|
||||
|
||||
#include <complex>
|
||||
|
||||
|
Reference in New Issue
Block a user