mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 23:14:02 +00:00
DM fixes
[SVN r21933]
This commit is contained in:
parent
918bf25039
commit
0dde936e61
@ -22,12 +22,8 @@
|
|||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOOST_ARITHMETIC_TYPE_TRAITS_HPP
|
#include <boost/type_traits/is_arithmetic.hpp>
|
||||||
#include <boost/type_traits/arithmetic_traits.hpp>
|
#include <boost/type_traits/is_pointer.hpp>
|
||||||
#endif
|
|
||||||
#ifndef BOOST_COMPOSITE_TYPE_TRAITS_HPP
|
|
||||||
#include <boost/type_traits/composite_traits.hpp>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
|
|
||||||
@ -124,7 +120,7 @@ struct call_traits<T&const volatile>
|
|||||||
typedef T& param_type; // hh removed const
|
typedef T& param_type; // hh removed const
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
#ifndef __SUNPRO_CC
|
#if !defined(BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS)
|
||||||
template <typename T, std::size_t N>
|
template <typename T, std::size_t N>
|
||||||
struct call_traits<T [N]>
|
struct call_traits<T [N]>
|
||||||
{
|
{
|
||||||
|
@ -18,15 +18,11 @@
|
|||||||
#define BOOST_DETAIL_COMPRESSED_PAIR_HPP
|
#define BOOST_DETAIL_COMPRESSED_PAIR_HPP
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#ifndef BOOST_OBJECT_TYPE_TRAITS_HPP
|
|
||||||
#include <boost/type_traits/object_traits.hpp>
|
#include <boost/type_traits/remove_cv.hpp>
|
||||||
#endif
|
#include <boost/type_traits/is_empty.hpp>
|
||||||
#ifndef BOOST_SAME_TRAITS_HPP
|
#include <boost/type_traits/is_same.hpp>
|
||||||
#include <boost/type_traits/same_traits.hpp>
|
|
||||||
#endif
|
|
||||||
#ifndef BOOST_CALL_TRAITS_HPP
|
|
||||||
#include <boost/call_traits.hpp>
|
#include <boost/call_traits.hpp>
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user