mirror of
https://github.com/boostorg/bind.git
synced 2025-08-02 14:24:29 +02:00
Disable rvalue references on GCC 4.4
This commit is contained in:
@@ -844,7 +844,7 @@ public:
|
|||||||
|
|
||||||
// bind_t
|
// 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
|
template< class A1 > class rrlist1
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user