Boost C++ Libraries: Ticket #2644: Warnings C4224 from ptr_container https://svn.boost.org/trac10/ticket/2644 <p> boost/ptr_container/detail/reversible_ptr_container.hpp </p> <blockquote> <p> C4224: nonstandard extension used : formal parameter 'hash' was previously defined as a type. </p> </blockquote> <blockquote> <p> Microsoft Visual Studio 2008 Version 9.0.21022.8 RTM (warning level 3 up) </p> </blockquote> <blockquote> <p> Choice of names seems to clash. If this is troublesome to change, it would be convenient to disable warnings for MSVC with push'n'pop as this generates a great pile of warning text. </p> </blockquote> <p> See also Trac <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2643" title="#2643: Bugs: Warning C4224 in reversible_ptr_container and hash (closed: fixed)">#2643</a> for similar warnings from hash. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2644 Trac 1.4.3 Paul A. Bristow Thu, 08 Jan 2009 16:51:27 GMT <link>https://svn.boost.org/trac10/ticket/2644#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2644#comment:1</guid> <description> <blockquote> <p> after </p> </blockquote> <p> # pragma warning(disable:4127) <em> is constant </em></p> <p> adding </p> <p> # pragma warning (disable : 4224) <em> formal parameter was previously defined as a type. </em></p> <p> quiets the very many warnings that I am getting. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Thorsten Ottosen</dc:creator> <pubDate>Sun, 05 Apr 2009 20:13:00 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2644#comment:2 https://svn.boost.org/trac10/ticket/2644#comment:2 <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> Ticket