1
0
forked from boostorg/bind

Disable placeholder_std_bind_test on GCC 4.4

This commit is contained in:
Peter Dimov
2022-02-12 18:42:52 +02:00
parent f75413b14a
commit 536721c41d

View File

@ -10,7 +10,7 @@
#include <boost/config.hpp>
#if defined( BOOST_NO_CXX11_HDR_FUNCTIONAL )
#if defined(BOOST_NO_CXX11_HDR_FUNCTIONAL) || ( defined(BOOST_GCC) && BOOST_GCC < 40600 )
int main()
{