mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 00:57:20 +02:00
Changed availability condition to what Boost.TT providing
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
/*=============================================================================
|
/*=============================================================================
|
||||||
Copyright (C) 2016 Lee Clagett
|
Copyright (C) 2016 Lee Clagett
|
||||||
|
Copyright (C) 2018 Kohei Takahashi
|
||||||
|
|
||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under 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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
@ -38,9 +39,7 @@ bool is_convertible(bool has_conversion)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// is_constructible has a few requirements
|
// is_constructible has a few requirements
|
||||||
#if !defined(BOOST_NO_CXX11_DECLTYPE) && \
|
#ifdef BOOST_TT_IS_CONSTRUCTIBLE_CONFORMING
|
||||||
!defined(BOOST_NO_CXX11_TEMPLATES) && \
|
|
||||||
!defined(BOOST_NO_SFINAE_EXPR)
|
|
||||||
|
|
||||||
#define FUSION_TEST_HAS_CONSTRUCTIBLE
|
#define FUSION_TEST_HAS_CONSTRUCTIBLE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user