Boost C++ Libraries: Ticket #1609: patch to suppress warnings if _CRT-/_SCL_SECURE_NO_DEPRECATE were already defined https://svn.boost.org/trac10/ticket/1609 <p> The patch adds #ifdef/#endif around the #defines of _CRT_SECURE_NO_DEPRECATE and _SCL_SECURE_NO_DEPRECATE to suppress warnings if they were already defined. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1609 Trac 1.4.3 Sebastian Ramacher <s.ramacher@…> Sun, 27 Jan 2008 19:40:26 GMT attachment set https://svn.boost.org/trac10/ticket/1609 https://svn.boost.org/trac10/ticket/1609 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">system_error_code.cpp.patch</span> </li> </ul> Ticket Sebastian Ramacher <s.ramacher@…> Sun, 27 Jan 2008 20:21:01 GMT attachment set https://svn.boost.org/trac10/ticket/1609 https://svn.boost.org/trac10/ticket/1609 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">system_error_code.cpp.2.patch</span> </li> </ul> <p> corrected version </p> Ticket Beman Dawes Tue, 27 May 2008 20:06:03 GMT status, version, milestone changed; resolution set https://svn.boost.org/trac10/ticket/1609#comment:1 https://svn.boost.org/trac10/ticket/1609#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>version</strong> <span class="trac-field-old">Boost Development Trunk</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.36.0</span> </li> </ul> <p> Fixed by including &lt;boost/config/disable_warnings.hpp&gt; </p> Ticket