Re: [Boost-bugs] [Boost C++ Libraries] #6741: Compile with VC11 arm

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6741: Compile with VC11 arm
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-30 06:32:23


#6741: Compile with VC11 arm
----------------------------------+-----------------------------------------
  Reporter: gongminmin@… | Owner:
      Type: Feature Requests | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.49.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------+-----------------------------------------

Comment (by gongminmin@…):

 Also, boost/boost/intrusive/detail/mpl.hpp needs to be patched

 diff -r 8cbd36d620d8 boost/boost/intrusive/detail/mpl.hpp
 --- a/boost/boost/intrusive/detail/mpl.hpp Thu Mar 29 19:35:34 2012
 +0800
 +++ b/boost/boost/intrusive/detail/mpl.hpp Fri Mar 30 14:30:47 2012
 +0800
 @@ -130,7 +130,7 @@
  #define BOOST_INTRUSIVE_TT_DECL
  #endif

 -#if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64)
 +#if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64)
 && !defined(_M_ARM)
  #define BOOST_INTRUSIVE_TT_TEST_MSC_FUNC_SIGS
  #endif

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6741#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC