Re: [Boost-bugs] [Boost C++ Libraries] #2427: message_queue uses deprecated function in VS 8.0

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2427: message_queue uses deprecated function in VS 8.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-11-18 08:01:58


#2427: message_queue uses deprecated function in VS 8.0
-------------------------------------------+--------------------------------
  Reporter: Tom Kent <teeks99_at_[hidden]> | Owner: igaztanaga
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.36.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------------------+--------------------------------
Changes (by igaztanaga):

  * status: new => closed
  * resolution: => invalid

Comment:

 This is not a bug. Microsoft deprecates by default many STL algorithms.
 This is disabled by internal interprocess headers in
 detail/config_begin.hpp. Some interprocess headers include <string> so
 trying to reinclude it after has no effect.

 Sadly, it's programmers job to define _CRT_SECURE_NO_DEPRECATE in the
 project to avoid this annoying warning.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2427#comment:1>
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:49:59 UTC