|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82716 - trunk/boost/coroutine
From: oliver.kowalke_at_[hidden]
Date: 2013-02-06 20:25:12
Author: olli
Date: 2013-02-04 02:19:28 EST (Mon, 04 Feb 2013)
New Revision: 82716
URL: http://svn.boost.org/trac/boost/changeset/82716
Log:
corroutine: remove extra ;
Text files modified:
trunk/boost/coroutine/coroutine.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/coroutine/coroutine.hpp
==============================================================================
--- trunk/boost/coroutine/coroutine.hpp (original)
+++ trunk/boost/coroutine/coroutine.hpp 2013-02-04 02:19:28 EST (Mon, 04 Feb 2013)
@@ -115,7 +115,7 @@
ptr_t impl_;
- BOOST_MOVABLE_BUT_NOT_COPYABLE( coroutine);
+ BOOST_MOVABLE_BUT_NOT_COPYABLE( coroutine)
template< typename Allocator >
coroutine( context::fcontext_t * callee,
@@ -662,7 +662,7 @@
ptr_t impl_;
- BOOST_MOVABLE_BUT_NOT_COPYABLE( coroutine);
+ BOOST_MOVABLE_BUT_NOT_COPYABLE( coroutine)
template< typename Allocator >
coroutine( context::fcontext_t * callee,
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