You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2014/03/13 17:40:46 UTC

svn commit: r1577236 - /openoffice/trunk/main/boost/boost_1_55_0.patch

Author: hdu
Date: Thu Mar 13 16:40:46 2014
New Revision: 1577236

URL: http://svn.apache.org/r1577236
Log:
#i124395# WaE: fix unused-local-typedef warning in boost/spirit

Modified:
    openoffice/trunk/main/boost/boost_1_55_0.patch

Modified: openoffice/trunk/main/boost/boost_1_55_0.patch
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/boost/boost_1_55_0.patch?rev=1577236&r1=1577235&r2=1577236&view=diff
==============================================================================
--- openoffice/trunk/main/boost/boost_1_55_0.patch (original)
+++ openoffice/trunk/main/boost/boost_1_55_0.patch Thu Mar 13 16:40:46 2014
@@ -184,8 +184,8 @@
    return impl::call(c).head;
  }
  
---- misc/boost_1_55_0/boost/concept/detail/general.hpp	2010-06-08 21:31:13.000000000 +0200
-+++ misc/build/boost_1_55_0/boost/concept/detail/general.hpp	2014-03-13 17:20:13.450234546 +0100
+--- misc/boost_1_55_0/boost/concept/detail/general.hpp	2010-06-08 21:31:13 +0200
++++ misc/build/boost_1_55_0/boost/concept/detail/general.hpp	2014-03-13 17:20:13 +0100
 @@ -65,10 +65,10 @@
    
  # endif
@@ -201,3 +201,13 @@
  
  }}
  
+--- misc/boost_1_55_0/boost/spirit/home/classic/core/primitives/primitives.hpp	2014-03-12 14:02:51 +0100
++++ misc/build/boost_1_55_0/boost/spirit/home/classic/core/primitives/primitives.hpp	2008-06-22 17:05:38 +0200
+@@ -47,7 +47,6 @@
+         typename parser_result<self_t, ScannerT>::type
+         parse(ScannerT const& scan) const
+         {
+-            typedef typename parser_result<self_t, ScannerT>::type result_t;
+             typedef typename ScannerT::value_t value_t;
+             typedef typename ScannerT::iterator_t iterator_t;
+