Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81524 - in trunk/boost/coroutine: . detail
From: oliver.kowalke_at_[hidden]
Date: 2012-11-25 03:07:20


Author: olli
Date: 2012-11-25 03:07:18 EST (Sun, 25 Nov 2012)
New Revision: 81524
URL: http://svn.boost.org/trac/boost/changeset/81524

Log:
coroutine: replace deprecated BOOST_NO_RVALUE_REFERENCES

Text files modified:
   trunk/boost/coroutine/coroutine.hpp | 4 ++--
   trunk/boost/coroutine/detail/coroutine_object_result_0.ipp | 2 +-
   trunk/boost/coroutine/detail/coroutine_object_result_1.ipp | 2 +-
   trunk/boost/coroutine/detail/coroutine_object_result_arity.ipp | 2 +-
   trunk/boost/coroutine/detail/coroutine_object_void_0.ipp | 2 +-
   trunk/boost/coroutine/detail/coroutine_object_void_1.ipp | 2 +-
   trunk/boost/coroutine/detail/coroutine_object_void_arity.ipp | 2 +-
   7 files changed, 8 insertions(+), 8 deletions(-)

Modified: trunk/boost/coroutine/coroutine.hpp
==============================================================================
--- trunk/boost/coroutine/coroutine.hpp (original)
+++ trunk/boost/coroutine/coroutine.hpp 2012-11-25 03:07:18 EST (Sun, 25 Nov 2012)
@@ -166,7 +166,7 @@
         impl_()
     {}
 
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
 #ifdef BOOST_MSVC
     typedef void ( * coroutine_fn) ( caller_type &);
 
@@ -713,7 +713,7 @@
         impl_()
     {}
 
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
 #ifdef BOOST_MSVC
     typedef void ( * coroutine_fn) ( caller_type &);
 

Modified: trunk/boost/coroutine/detail/coroutine_object_result_0.ipp
==============================================================================
--- trunk/boost/coroutine/detail/coroutine_object_result_0.ipp (original)
+++ trunk/boost/coroutine/detail/coroutine_object_result_0.ipp 2012-11-25 03:07:18 EST (Sun, 25 Nov 2012)
@@ -66,7 +66,7 @@
     }
 
 public:
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
     coroutine_object( BOOST_RV_REF( Fn) fn, attributes const& attr,
                       StackAllocator const& stack_alloc,
                       allocator_t const& alloc) :

Modified: trunk/boost/coroutine/detail/coroutine_object_result_1.ipp
==============================================================================
--- trunk/boost/coroutine/detail/coroutine_object_result_1.ipp (original)
+++ trunk/boost/coroutine/detail/coroutine_object_result_1.ipp 2012-11-25 03:07:18 EST (Sun, 25 Nov 2012)
@@ -117,7 +117,7 @@
     }
 
 public:
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
     coroutine_object( BOOST_RV_REF( Fn) fn, attributes const& attr,
                       StackAllocator const& stack_alloc,
                       allocator_t const& alloc) :

Modified: trunk/boost/coroutine/detail/coroutine_object_result_arity.ipp
==============================================================================
--- trunk/boost/coroutine/detail/coroutine_object_result_arity.ipp (original)
+++ trunk/boost/coroutine/detail/coroutine_object_result_arity.ipp 2012-11-25 03:07:18 EST (Sun, 25 Nov 2012)
@@ -117,7 +117,7 @@
     }
 
 public:
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
     coroutine_object( BOOST_RV_REF( Fn) fn, attributes const& attr,
                       StackAllocator const& stack_alloc,
                       allocator_t const& alloc) :

Modified: trunk/boost/coroutine/detail/coroutine_object_void_0.ipp
==============================================================================
--- trunk/boost/coroutine/detail/coroutine_object_void_0.ipp (original)
+++ trunk/boost/coroutine/detail/coroutine_object_void_0.ipp 2012-11-25 03:07:18 EST (Sun, 25 Nov 2012)
@@ -64,7 +64,7 @@
     }
 
 public:
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
     coroutine_object( BOOST_RV_REF( Fn) fn, attributes const& attr,
                       StackAllocator const& stack_alloc,
                       allocator_t const& alloc) :

Modified: trunk/boost/coroutine/detail/coroutine_object_void_1.ipp
==============================================================================
--- trunk/boost/coroutine/detail/coroutine_object_void_1.ipp (original)
+++ trunk/boost/coroutine/detail/coroutine_object_void_1.ipp 2012-11-25 03:07:18 EST (Sun, 25 Nov 2012)
@@ -110,7 +110,7 @@
     }
 
 public:
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
     coroutine_object( BOOST_RV_REF( Fn) fn, attributes const& attr,
                       StackAllocator const& stack_alloc,
                       allocator_t const& alloc) :

Modified: trunk/boost/coroutine/detail/coroutine_object_void_arity.ipp
==============================================================================
--- trunk/boost/coroutine/detail/coroutine_object_void_arity.ipp (original)
+++ trunk/boost/coroutine/detail/coroutine_object_void_arity.ipp 2012-11-25 03:07:18 EST (Sun, 25 Nov 2012)
@@ -115,7 +115,7 @@
     }
 
 public:
-#ifndef BOOST_NO_RVALUE_REFERENCES
+#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
     coroutine_object( BOOST_RV_REF( Fn) fn, attributes const& attr,
                       StackAllocator const& stack_alloc,
                       allocator_t const& alloc) :


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk