]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/utility/result_of.hpp
boost: update to version 1.40
[lyx.git] / boost / boost / utility / result_of.hpp
index dc4203020fe35e41a0b2983ffe6012d17c10edb3..26cab6f9f36a0bd69902c2e3dfe3aab2a6a3c2cf 100644 (file)
@@ -70,8 +70,8 @@ struct result_of_nested_result : F::template result<FArgs>
 template<typename F, typename FArgs>\r
 struct result_of_impl<F, FArgs, false>\r
   : mpl::if_<is_function_with_no_args<FArgs>,\r
-            result_of_void_impl<F>,\r
-            result_of_nested_result<F, FArgs> >::type\r
+             result_of_void_impl<F>,\r
+             result_of_nested_result<F, FArgs> >::type\r
 {};\r
 \r
 } // end namespace detail\r