Boost C++ Libraries: Ticket #8042: multiprecision, C4819 and C4996 warning in VS2012 https://svn.boost.org/trac10/ticket/8042 <p> when running this program, C4819 and C4996 warning in Visual C++ Nov 2012 CTP. </p> <pre class="wiki">#include &lt;boost/multiprecision/cpp_int.hpp&gt; int main() { using boost::multiprecision::cpp_int; cpp_int a = 1; a = 2; } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8042 Trac 1.4.3 John Maddock Tue, 12 Feb 2013 13:20:40 GMT <link>https://svn.boost.org/trac10/ticket/8042#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8042#comment:1</guid> <description> <p> What generates the C4819 warning? I can't reproduce here. </p> </description> <category>Ticket</category> </item> <item> <author>taku5050@…</author> <pubDate>Tue, 12 Feb 2013 14:37:21 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8042#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8042#comment:2</guid> <description> <p> C4819 warning is in boost/type_traits/detail/has_binary_operator.hpp. According to MSDN, C4819 warning occur to compile source codes written in English environment in the Japanese environment. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Michel Morin</dc:creator> <pubDate>Tue, 12 Feb 2013 15:22:31 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8042#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8042#comment:3</guid> <description> <p> <code>boost/type_traits/detail/has_binary_operator.hpp</code> contains a non-ascii character (i.e. a non-breaking space). Since this is trivial to fix, I'll fix it soon. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Michel Morin</dc:creator> <pubDate>Tue, 12 Feb 2013 15:29:42 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8042#comment:4 https://svn.boost.org/trac10/ticket/8042#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82830" title="Removing a non-ascii character (i.e. a non-breaking space); fixes #8042.">[82830]</a>) Removing a non-ascii character (i.e. a non-breaking space); fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8042" title="#8042: Bugs: multiprecision, C4819 and C4996 warning in VS2012 (closed: fixed)">#8042</a>. </p> Ticket Michel Morin Tue, 12 Feb 2013 23:06:44 GMT <link>https://svn.boost.org/trac10/ticket/8042#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8042#comment:5</guid> <description> <p> John fixed the C4996 warning in <a class="changeset" href="https://svn.boost.org/trac10/changeset/82839" title="Get rid of MSVC C4996 warnings. Fixes #8036.">[82839]</a>. </p> </description> <category>Ticket</category> </item> </channel> </rss>