Subject: [Boost-bugs] [Boost C++ Libraries] #8042: multiprecision, C4819 and C4996 warning in VS2012
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-12 10:10:09
#8042: multiprecision, C4819 and C4996 warning in VS2012
-------------------------------------+--------------------------------------
Reporter: taku5050@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: multiprecision
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
when running this program, C4819 and C4996 warning in Visual C++ Nov 2012
CTP.
{{{
#include <boost/multiprecision/cpp_int.hpp>
int main()
{
using boost::multiprecision::cpp_int;
cpp_int a = 1;
a = 2;
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8042> 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:12 UTC