Boost C++ Libraries: Ticket #1467: [ptr_container] VC8 compiler warning https://svn.boost.org/trac10/ticket/1467 <p> Running the VC8/VC9 code analyser on a project using ptr_vector results in a C6334 warning: </p> <p> boost\ptr_container\nullable.hpp(48) : warning C6334: sizeof operator applied to an expression with an operator might yield unexpected results </p> <p> This warning has been silenced in the type_traits library. Can the same change be applied to Ptr_container? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1467 Trac 1.4.3 Thorsten Ottosen Mon, 03 Dec 2007 08:56:28 GMT status changed https://svn.boost.org/trac10/ticket/1467#comment:1 https://svn.boost.org/trac10/ticket/1467#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Yes, he warning is silly IIRC, since it complains about the defacto way we use SFINAE to implement type-traiting. </p> <p> Could you submit a pactch, please? </p> <p> Thanks </p> <p> -Thorsten </p> Ticket Richard Webb <richard.webb@…> Mon, 03 Dec 2007 12:09:25 GMT <link>https://svn.boost.org/trac10/ticket/1467#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1467#comment:2</guid> <description> <p> Patch attached (based on the recent type traits changes) </p> </description> <category>Ticket</category> </item> <item> <author>Richard Webb <richard.webb@…></author> <pubDate>Mon, 03 Dec 2007 12:09:50 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/1467 https://svn.boost.org/trac10/ticket/1467 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">ptr_container.patch</span> </li> </ul> Ticket Thorsten Ottosen Mon, 03 Dec 2007 15:19:57 GMT <link>https://svn.boost.org/trac10/ticket/1467#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1467#comment:3</guid> <description> <p> I have applied it to trunk </p> <p> -Thorsten </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Thorsten Ottosen</dc:creator> <pubDate>Wed, 05 Dec 2007 17:33:25 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1467#comment:4 https://svn.boost.org/trac10/ticket/1467#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket