Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10356: Massive Warnings Wall whenu using signal2 call operator - VS2013U3
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-04-28 18:02:13
#10356: Massive Warnings Wall whenu using signal2 call operator - VS2013U3
-------------------------------+----------------------
Reporter: mjklaim@⦠| Owner: fmhess
Type: Bugs | Status: new
Milestone: To Be Determined | Component: signals2
Version: Boost 1.56.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Comment (by fmhess):
The top of signals2/detail/auto_buffer.hpp has the following
{{{
#if BOOST_WORKAROUND(BOOST_MSVC, >= 1400)
#pragma warning(push)
#pragma warning(disable:4996)
#endif
}}}
which ought to disable warning 4996 for the file on your compiler?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10356#comment:3> 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:20 UTC