forked from boostorg/type_traits
Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC
[SVN r86250]
This commit is contained in:
@ -9,31 +9,8 @@
|
||||
#ifndef BOOST_TT_BROKEN_COMPILER_SPEC_HPP_INCLUDED
|
||||
#define BOOST_TT_BROKEN_COMPILER_SPEC_HPP_INCLUDED
|
||||
|
||||
#include <boost/mpl/aux_/lambda_support.hpp>
|
||||
#include <boost/config.hpp>
|
||||
|
||||
# define BOOST_TT_BROKEN_COMPILER_SPEC(T) /**/
|
||||
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(bool)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(char)
|
||||
#ifndef BOOST_NO_INTRINSIC_WCHAR_T
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(wchar_t)
|
||||
#endif
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(signed char)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(unsigned char)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(signed short)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(unsigned short)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(signed int)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(unsigned int)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(signed long)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(unsigned long)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(float)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(double)
|
||||
//BOOST_TT_BROKEN_COMPILER_SPEC(long double)
|
||||
|
||||
// for backward compatibility
|
||||
#define BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(T) \
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(T) \
|
||||
/**/
|
||||
// Obsolete. Remove.
|
||||
#define BOOST_TT_BROKEN_COMPILER_SPEC(T)
|
||||
#define BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(T)
|
||||
|
||||
#endif // BOOST_TT_BROKEN_COMPILER_SPEC_HPP_INCLUDED
|
||||
|
@ -12,7 +12,6 @@
|
||||
#define BOOST_TT_REMOVE_CONST_HPP_INCLUDED
|
||||
|
||||
#include <boost/type_traits/is_volatile.hpp>
|
||||
#include <boost/type_traits/broken_compiler_spec.hpp>
|
||||
#include <boost/type_traits/detail/cv_traits_impl.hpp>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
|
@ -11,7 +11,6 @@
|
||||
#ifndef BOOST_TT_REMOVE_CV_HPP_INCLUDED
|
||||
#define BOOST_TT_REMOVE_CV_HPP_INCLUDED
|
||||
|
||||
#include <boost/type_traits/broken_compiler_spec.hpp>
|
||||
#include <boost/type_traits/detail/cv_traits_impl.hpp>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
|
@ -9,7 +9,6 @@
|
||||
#ifndef BOOST_TT_REMOVE_REFERENCE_HPP_INCLUDED
|
||||
#define BOOST_TT_REMOVE_REFERENCE_HPP_INCLUDED
|
||||
|
||||
#include <boost/type_traits/broken_compiler_spec.hpp>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
#define BOOST_TT_REMOVE_VOLATILE_HPP_INCLUDED
|
||||
|
||||
#include <boost/type_traits/is_const.hpp>
|
||||
#include <boost/type_traits/broken_compiler_spec.hpp>
|
||||
#include <boost/type_traits/detail/cv_traits_impl.hpp>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
|
@ -9,6 +9,5 @@
|
||||
#ifndef BOOST_TT_TRANSFORM_TRAITS_SPEC_HPP_INCLUDED
|
||||
#define BOOST_TT_TRANSFORM_TRAITS_SPEC_HPP_INCLUDED
|
||||
|
||||
#include <boost/type_traits/broken_compiler_spec.hpp>
|
||||
|
||||
#endif // BOOST_TT_TRANSFORM_TRAITS_SPEC_HPP_INCLUDED
|
||||
|
Reference in New Issue
Block a user