Boost C++ Libraries: Ticket #13602: Compiling has_plus_assign.hpp with VS2017 (15.7.1) generates the Warning C5032. https://svn.boost.org/trac10/ticket/13602 <p> This ticket is split off ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/13595" title="#13595: Bugs: Compiling Boost with VS2017 (15.7.1) generates the Warning C5032. (closed: duplicate)">#13595</a>. </p> <p> When compiling has_plus_assign.hpp with "Microsoft Visual Studio Professional 2017 Version 15.7.1" the warning: </p> <pre class="wiki">warning C5032: detected #pragma warning(push) with no corresponding #pragma warning(pop) compiling ... </pre><p> is generated. The warnings come from from this codeline: </p> <p> has_plus_assign.hpp line 30: </p> <pre class="wiki">29 #elif defined(BOOST_MSVC) 30 # pragma warning ( push ) 31 # pragma warning ( disable : 4018 4244 4547 4800 4804 4805 4913 4133) 32 # if BOOST_WORKAROUND(BOOST_MSVC_FULL_VER, &gt;= 140050000) 33 # pragma warning ( disable : 6334) 34 # endif 35 #endif </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13602 Trac 1.4.3 John Maddock Thu, 02 Aug 2018 11:38:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/13602#comment:1 https://svn.boost.org/trac10/ticket/13602#comment:1 <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> Fixed in develop. </p> Ticket