Boost C++ Libraries: Ticket #1432: Missing includes and same compiler warnings https://svn.boost.org/trac10/ticket/1432 <p> Hi, </p> <p> the attached patch fixes some missing includes and corrects g++ 4.3 compiler warnings. </p> <p> Jens </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1432 Trac 1.4.3 jensseidel@… Sat, 10 Nov 2007 23:48:43 GMT attachment set https://svn.boost.org/trac10/ticket/1432 https://svn.boost.org/trac10/ticket/1432 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost.test.diff.gz</span> </li> </ul> Ticket jensseidel@… Sat, 10 Nov 2007 23:50:11 GMT <link>https://svn.boost.org/trac10/ticket/1432#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1432#comment:1</guid> <description> <p> Attaching the uncompressed patch failed again as it was considered as spam. </p> <p> What a mess! </p> </description> <category>Ticket</category> </item> <item> <author>Jens Seidel <jensseidel@…></author> <pubDate>Sun, 02 Dec 2007 16:05:37 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1432#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1432#comment:2</guid> <description> <p> As you probably noticed some minor parts of the patch are wrong (I removed e.g namespace { check_is_close_t check_is_close; } as this isn't used in the header and I misinterpreted the unnamed namespace). Please note that I think I read that using variable definitions in unnamed namespaces is discouraged and the Boost specific vera test published some time ago on the boost list complained about this too. </p> <p> Nevertheless every other part of the patch should be OK to commit, right? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Gennadiy Rozental</dc:creator> <pubDate>Mon, 07 Jul 2008 05:41:19 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1432#comment:3 https://svn.boost.org/trac10/ticket/1432#comment:3 <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/47166" title="Some more warnings fixed. Fixes #1432 Fixes recent bug introduced in ...">[47166]</a>) Some more warnings fixed. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1432" title="#1432: Patches: Missing includes and same compiler warnings (closed: fixed)">#1432</a> Fixes recent bug introduced in expectation testing modules </p> Ticket