Subject: [Boost-bugs] [Boost C++ Libraries] #1565: iterator_range disables msvc warning 4996
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-01-08 19:13:16
#1565: iterator_range disables msvc warning 4996
-------------------------------------+--------------------------------------
Reporter: steven_watanabe | Owner: nesotto
Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: range
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
boost/range/iterator_range.hpp contains
#pragma warning( disable : 4996 )
This should be preceded by #pragma warning(push) and there
should be #pragma warning(pop) at the end of the file, so that
the suppression is localized.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1565>
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:57 UTC