forked from boostorg/bind
Disable rvalue references on GCC 4.4
This commit is contained in:
@@ -844,7 +844,7 @@ public:
|
||||
|
||||
// bind_t
|
||||
|
||||
#if !defined( BOOST_NO_CXX11_RVALUE_REFERENCES )
|
||||
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !(defined(BOOST_GCC) && BOOST_GCC < 40600)
|
||||
|
||||
template< class A1 > class rrlist1
|
||||
{
|
||||
|
Reference in New Issue
Block a user