[Libreoffice-commits] .: boost/boost.vc2012.patch

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Oct 6 18:57:23 PDT 2012


 boost/boost.vc2012.patch |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit e15b459156d488a52c8e70e79e65ae335703a54c
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Tue Aug 21 18:10:22 2012 -0400

    silence boost Unknown compiler version message with VS2012
    
    Change-Id: I8f81cc7491da81c33bd27d084a8e7b19e5c637a7
    Reviewed-on: https://gerrit.libreoffice.org/784
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/boost/boost.vc2012.patch b/boost/boost.vc2012.patch
index 146ac09..ac20699 100644
--- a/boost/boost.vc2012.patch
+++ b/boost/boost.vc2012.patch
@@ -12,3 +12,14 @@
  
  #if (_MSC_VER <= 1600)
  // MSVC (including the latest checked version) has not yet completely 
+@@ -269,8 +269,8 @@
+ #error "Compiler not supported or configured - please reconfigure"
+ #endif
+ //
+-// last known and checked version is 1600 (VC10, aka 2010):
+-#if (_MSC_VER > 1600)
++// last known and checked version is 1700 (VC12, aka 2012):
++#if (_MSC_VER > 1700)
+ #  if defined(BOOST_ASSERT_CONFIG)
+ #     error "Unknown compiler version - please run the configure tests and report the results"
+ #  else


More information about the Libreoffice-commits mailing list