forked from boostorg/bind
Disable placeholder_std_bind_test on GCC 4.4
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user