summaryrefslogtreecommitdiffstats
path: root/source/l/boost/boost.ifdef_placement.diff
blob: 92dd6b55ce890604fec25a8bd96c695e21c7ca7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./boost/function/function_template.hpp.orig	2008-10-16 08:21:50.000000000 -0500
+++ ./boost/function/function_template.hpp	2009-08-24 20:45:28.000000000 -0500
@@ -950,10 +950,10 @@
           f.vtable->manager(f.functor, this->functor,
                             boost::detail::function::move_functor_tag);
 		  f.vtable = 0;
-#if !defined(BOOST_NO_EXCEPTIONS)      
         } else {
           clear();
         }
+#if !defined(BOOST_NO_EXCEPTIONS)      
       } catch (...) {
         vtable = 0;
         throw;