mirror of
https://github.com/boostorg/bind.git
synced 2025-08-05 07:44:30 +02:00
Update for VS2017.5
This commit is contained in:
@@ -2126,7 +2126,7 @@ template<class F, class A1, class A2, class A3, class A4, class A5, class A6, cl
|
|||||||
|
|
||||||
#include <boost/bind/bind_cc.hpp>
|
#include <boost/bind/bind_cc.hpp>
|
||||||
|
|
||||||
# ifdef __cpp_noexcept_function_type
|
# if defined( __cpp_noexcept_function_type ) || defined( _NOEXCEPT_TYPES_SUPPORTED )
|
||||||
# undef BOOST_BIND_NOEXCEPT
|
# undef BOOST_BIND_NOEXCEPT
|
||||||
# define BOOST_BIND_NOEXCEPT noexcept
|
# define BOOST_BIND_NOEXCEPT noexcept
|
||||||
# include <boost/bind/bind_cc.hpp>
|
# include <boost/bind/bind_cc.hpp>
|
||||||
@@ -2187,7 +2187,7 @@ template<class F, class A1, class A2, class A3, class A4, class A5, class A6, cl
|
|||||||
#include <boost/bind/bind_mf_cc.hpp>
|
#include <boost/bind/bind_mf_cc.hpp>
|
||||||
#include <boost/bind/bind_mf2_cc.hpp>
|
#include <boost/bind/bind_mf2_cc.hpp>
|
||||||
|
|
||||||
# ifdef __cpp_noexcept_function_type
|
# if defined( __cpp_noexcept_function_type ) || defined( _NOEXCEPT_TYPES_SUPPORTED )
|
||||||
# undef BOOST_BIND_MF_NOEXCEPT
|
# undef BOOST_BIND_MF_NOEXCEPT
|
||||||
# define BOOST_BIND_MF_NOEXCEPT noexcept
|
# define BOOST_BIND_MF_NOEXCEPT noexcept
|
||||||
# include <boost/bind/bind_mf_cc.hpp>
|
# include <boost/bind/bind_mf_cc.hpp>
|
||||||
@@ -2292,7 +2292,7 @@ template< class R, class T > struct add_cref< R (T::*) () const, 1 >
|
|||||||
typedef void type;
|
typedef void type;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __cpp_noexcept_function_type
|
#if defined( __cpp_noexcept_function_type ) || defined( _NOEXCEPT_TYPES_SUPPORTED )
|
||||||
|
|
||||||
template< class R, class T > struct add_cref< R (T::*) () const noexcept, 1 >
|
template< class R, class T > struct add_cref< R (T::*) () const noexcept, 1 >
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user