Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78125 - trunk/boost/context/detail
From: oliver.kowalke_at_[hidden]
Date: 2012-04-22 04:32:45


Author: olli
Date: 2012-04-22 04:32:45 EDT (Sun, 22 Apr 2012)
New Revision: 78125
URL: http://svn.boost.org/trac/boost/changeset/78125

Log:
context: add missing curly bracket in fcontext_x86_64_win.hpp
Text files modified:
   trunk/boost/context/detail/fcontext_x86_64_win.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/boost/context/detail/fcontext_x86_64_win.hpp
==============================================================================
--- trunk/boost/context/detail/fcontext_x86_64_win.hpp (original)
+++ trunk/boost/context/detail/fcontext_x86_64_win.hpp 2012-04-22 04:32:45 EDT (Sun, 22 Apr 2012)
@@ -6,7 +6,7 @@
 
 #ifndef BOOST_CTX_DETAIL_FCONTEXT_X86_64_H
 #define BOOST_CTX_DETAIL_FCONTEXT_X86_64_H
-#include<iostream>
+
 #include <boost/assert.hpp>
 #include <boost/config.hpp>
 #include <boost/cstdint.hpp>
@@ -48,6 +48,7 @@
                 fc_xmm = fc_buffer;
                 if ( 0 != ( ( ( uintptr_t) fc_xmm) & 15) )
                         fc_xmm = ( char *) ( ( ( ( uintptr_t) fc_xmm) + 15) & ~0x0F);
+ }
 };
 
 struct fcontext_t


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