Re: [Boost-bugs] [Boost C++ Libraries] #8120: DONT_USE_HAS_NEW_OPERATOR warning with MSVC and Intel compiler

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8120: DONT_USE_HAS_NEW_OPERATOR warning with MSVC and Intel compiler
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-09-28 21:55:11


#8120: DONT_USE_HAS_NEW_OPERATOR warning with MSVC and Intel compiler
-----------------------------------+---------------------------
  Reporter: hamon <re.mamamia@…> | Owner: ramey
      Type: Bugs | Status: reopened
 Milestone: To Be Determined | Component: serialization
   Version: Boost 1.59.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------+---------------------------

Comment (by ramey):

 I'm trying the following instead. I can't test it, so you should. Let me
 know how this works


 {{{
 #ifndef BOOST_MSVC
     #define DONT_USE_HAS_NEW_OPERATOR ( \
            BOOST_WORKAROUND(__IBMCPP__, < 1210) \
         || defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x590) \
     )
 #else
     #define DONT_USE_HAS_NEW_OPERATOR 0
 #endif
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8120#comment:7>
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:19 UTC