$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: oryol_at_[hidden]
Date: 2008-05-02 20:49:10
Author: jeremypack
Date: 2008-05-02 20:49:09 EDT (Fri, 02 May 2008)
New Revision: 45050
URL: http://svn.boost.org/trac/boost/changeset/45050
Log:
Minor fixes for windows.
Text files modified: 
   sandbox/boost/extension/impl/library_impl.hpp         |     1 -                                       
   sandbox/boost/reflection/impl/reflector_functions.hpp |     1 -                                       
   2 files changed, 0 insertions(+), 2 deletions(-)
Modified: sandbox/boost/extension/impl/library_impl.hpp
==============================================================================
--- sandbox/boost/extension/impl/library_impl.hpp	(original)
+++ sandbox/boost/extension/impl/library_impl.hpp	2008-05-02 20:49:09 EDT (Fri, 02 May 2008)
@@ -44,7 +44,6 @@
   inline bool close_shared_library(library_handle handle) {
     return FreeLibrary(handle) != 0;
   }
-}
 }  // namespace impl
 }  // namespace extensions
 }  // namespace boost
Modified: sandbox/boost/reflection/impl/reflector_functions.hpp
==============================================================================
--- sandbox/boost/reflection/impl/reflector_functions.hpp	(original)
+++ sandbox/boost/reflection/impl/reflector_functions.hpp	2008-05-02 20:49:09 EDT (Fri, 02 May 2008)
@@ -11,7 +11,6 @@
 // No header guard - this file is intended to be included multiple times.
 
 # define N BOOST_PP_ITERATION()
-#include <iostream>
 // Versions with included info about parameters
 // An auxiliary macro to add a single parameter to a list
 // of parameter information.