deque move-ctor OK on gcc

[SVN r80334]
This commit is contained in:
Joel de Guzman
2012-08-31 15:58:31 +00:00
parent 5946ab9936
commit 3613310b62
3 changed files with 34 additions and 11 deletions

View File

@@ -63,6 +63,9 @@ namespace boost { namespace fusion { namespace detail
: Rest(rhs.get_base()), value_(rhs.value_)
{}
#if !defined(BOOST_NO_RVALUE_REFERENCES)
#endif
Rest& get_base()
{
return *this;