$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: oryol_at_[hidden]
Date: 2008-07-15 15:57:25
Author: jeremypack
Date: 2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
New Revision: 47455
URL: http://svn.boost.org/trac/boost/changeset/47455
Log:
Fix newlines at file ends.
Text files modified: 
   sandbox/boost/extension/factory_map.hpp                         |     1 -                                       
   sandbox/boost/extension/impl/factory_map.hpp                    |     2 +-                                      
   sandbox/boost/reflection/impl/constructor.hpp                   |     2 +-                                      
   sandbox/boost/reflection/impl/function.hpp                      |     2 +-                                      
   sandbox/boost/reflection/impl/reflection.hpp                    |     2 +-                                      
   sandbox/boost/reflection/impl/reflection_functions.hpp          |     2 +-                                      
   sandbox/boost/reflection/impl/reflector_free_functions.hpp      |     2 +-                                      
   sandbox/boost/reflection/impl/reflector_functions.hpp           |     2 +-                                      
   sandbox/boost/reflection/impl/reflector_parameter_functions.hpp |     2 +-                                      
   9 files changed, 8 insertions(+), 9 deletions(-)
Modified: sandbox/boost/extension/factory_map.hpp
==============================================================================
--- sandbox/boost/extension/factory_map.hpp	(original)
+++ sandbox/boost/extension/factory_map.hpp	2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
@@ -100,4 +100,3 @@
 } // namespace boost
 
 #endif  // BOOST_EXTENSION_FACTORY_MAP_HPP
-
Modified: sandbox/boost/extension/impl/factory_map.hpp
==============================================================================
--- sandbox/boost/extension/impl/factory_map.hpp	(original)
+++ sandbox/boost/extension/impl/factory_map.hpp	2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
@@ -61,4 +61,4 @@
              BOOST_PP_COMMA_IF(N) BOOST_PP_ENUM_PARAMS(N, Param)>();
 }
 
-#undef N
\ No newline at end of file
+#undef N
Modified: sandbox/boost/reflection/impl/constructor.hpp
==============================================================================
--- sandbox/boost/reflection/impl/constructor.hpp	(original)
+++ sandbox/boost/reflection/impl/constructor.hpp	2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
@@ -29,4 +29,4 @@
   instance (*func_)(BOOST_PP_ENUM_PARAMS(N, Param));
 };
 
-#undef N
\ No newline at end of file
+#undef N
Modified: sandbox/boost/reflection/impl/function.hpp
==============================================================================
--- sandbox/boost/reflection/impl/function.hpp	(original)
+++ sandbox/boost/reflection/impl/function.hpp	2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
@@ -44,4 +44,4 @@
   impl::MemberFunctionPtr member_function_;
 };
 
-#undef N
\ No newline at end of file
+#undef N
Modified: sandbox/boost/reflection/impl/reflection.hpp
==============================================================================
--- sandbox/boost/reflection/impl/reflection.hpp	(original)
+++ sandbox/boost/reflection/impl/reflection.hpp	2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
@@ -144,4 +144,4 @@
     std::pair<impl::MemberFunctionPtr, impl::FunctionPtr> > functions_;
   std::map<data_info,
            std::pair<impl::MemberPtr, impl::FunctionPtr> > data_;
-};
\ No newline at end of file
+};
Modified: sandbox/boost/reflection/impl/reflection_functions.hpp
==============================================================================
--- sandbox/boost/reflection/impl/reflection_functions.hpp	(original)
+++ sandbox/boost/reflection/impl/reflection_functions.hpp	2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
@@ -73,4 +73,4 @@
   }
 }
 
-#undef N
\ No newline at end of file
+#undef N
Modified: sandbox/boost/reflection/impl/reflector_free_functions.hpp
==============================================================================
--- sandbox/boost/reflection/impl/reflector_free_functions.hpp	(original)
+++ sandbox/boost/reflection/impl/reflector_free_functions.hpp	2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
@@ -45,4 +45,4 @@
   // Call the function and return the result.
   return (actual->*func)(BOOST_PP_ENUM_PARAMS(N, p));
 }
-#undef N
\ No newline at end of file
+#undef N
Modified: sandbox/boost/reflection/impl/reflector_functions.hpp
==============================================================================
--- sandbox/boost/reflection/impl/reflector_functions.hpp	(original)
+++ sandbox/boost/reflection/impl/reflector_functions.hpp	2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
@@ -133,4 +133,4 @@
 #undef BOOST_REFLECTION_PUSH_PARAMETER_INFO_SINGLE
 #undef BOOST_REFLECTION_PUSH_PARAMETER_INFO
 
-#undef N
\ No newline at end of file
+#undef N
Modified: sandbox/boost/reflection/impl/reflector_parameter_functions.hpp
==============================================================================
--- sandbox/boost/reflection/impl/reflector_parameter_functions.hpp	(original)
+++ sandbox/boost/reflection/impl/reflector_parameter_functions.hpp	2008-07-15 15:57:24 EDT (Tue, 15 Jul 2008)
@@ -120,4 +120,4 @@
       f, reinterpret_cast<impl::FunctionPtr>(func)));
 }*/
 
-#undef N
\ No newline at end of file
+#undef N