forked from boostorg/mp11
Disable test/tuple_transform_cx on g++ 4.7
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
// Technically std::tuple isn't constexpr enabled in C++11, but it works with libstdc++
|
// Technically std::tuple isn't constexpr enabled in C++11, but it works with libstdc++
|
||||||
|
|
||||||
#if defined( BOOST_MP11_NO_CONSTEXPR ) || ( !defined( __GLIBCXX__ ) && __cplusplus < 201400L )
|
#if defined( BOOST_MP11_NO_CONSTEXPR ) || ( !defined( __GLIBCXX__ ) && __cplusplus < 201400L ) || BOOST_MP11_WORKAROUND( BOOST_MP11_GCC, < 40800 )
|
||||||
|
|
||||||
int main() {}
|
int main() {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user