Boost C++ Libraries: Ticket #1570: Some boost headers aren't ready for gcc 4.3 https://svn.boost.org/trac10/ticket/1570 <p> When building boost, gcc 4.3 (close-to-release snapshot) complains about: </p> <p> ./boost/test/test_tools.hpp:567: error: 'CHAR_BIT' was not declared in this scope </p> <p> ./boost/spirit/phoenix/operators.hpp:355: error: 'INT_MAX' was not declared in this scope </p> <p> ./boost/wave/util/flex_string.hpp:142: error: 'memcpy' was not declared in this scope </p> <p> The problem for all of those is that the updated STL headers don't #include as many other headers as they used to. </p> <p> Attaching fix. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1570 Trac 1.4.3 bero@… Tue, 15 Jan 2008 16:15:33 GMT attachment set https://svn.boost.org/trac10/ticket/1570 https://svn.boost.org/trac10/ticket/1570 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-1.34.1-gcc-4.3.patch</span> </li> </ul> <p> Fix </p> Ticket Marshall Clow Fri, 08 Feb 2008 16:32:30 GMT component changed; owner set https://svn.boost.org/trac10/ticket/1570#comment:1 https://svn.boost.org/trac10/ticket/1570#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Joel de Guzman</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">spirit</span> </li> </ul> <p> This bug covers three different libraries (spirit, wave, and test). Assigning it to Joel. </p> <blockquote> <p> Joel, will you assign it to Hartmut (hkaiser) when you fix it. </p> </blockquote> <p> Hartmut, please assign this to Gennadiy (rogeeff) when you've fixed wave. </p> <p> thanks! -- Marshall </p> Ticket Steven Robbins <smr@…> Sat, 16 Aug 2008 22:01:40 GMT <link>https://svn.boost.org/trac10/ticket/1570#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1570#comment:2</guid> <description> <p> All three chunks of this patch are present in 1.36.0, so I believe this issue may be closed. </p> </description> <category>Ticket</category> </item> <item> <author>smr@…</author> <pubDate>Sun, 22 Feb 2009 04:58:36 GMT</pubDate> <title>status, version changed; resolution set https://svn.boost.org/trac10/ticket/1570#comment:3 https://svn.boost.org/trac10/ticket/1570#comment:3 <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 1.34.1</span> → <span class="trac-field-new">Boost 1.36.0</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Closing: the patch was applied in 1.36. </p> Ticket