Boost C++ Libraries: Ticket #6522: boost::unordered not defined warnings on GCC / OS X https://svn.boost.org/trac10/ticket/6522 <p> Similar to <a class="new ticket" href="https://svn.boost.org/trac10/ticket/6142" title="#6142: Bugs: boost::mpl/has_xxx.hpp gives several errors (new)">#6142</a>, we get the following warnings when including unordered_map.hpp or unordered_set.hpp in our project: </p> <pre style="white-space: pre-wrap" class="wiki"> include/boost/unordered/detail/allocator_helpers.hpp:193:5: warning: &#34;BOOST_UNORDERED_USE_ALLOCATOR_TRAITS&#34; is not defined include/boost/unordered/detail/extract_key.hpp:54:5: warning: &#34;BOOST_UNORDERED_USE_RV_REF&#34; is not defined </pre> <p> This is on OS X Lion with GCC 4.2.1 and Boost 1.48. If you need any more information, let me know. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6522 Trac 1.4.3 Daniel James Sun, 05 Feb 2012 08:26:58 GMT status, milestone changed https://svn.boost.org/trac10/ticket/6522#comment:1 https://svn.boost.org/trac10/ticket/6522#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.49.0</span> </li> </ul> Ticket Daniel James Sun, 05 Feb 2012 08:44:26 GMT <link>https://svn.boost.org/trac10/ticket/6522#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6522#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/76891" title="Unordered: Fix undefined macro warnings. Refs #6522. Just removing ...">[76891]</a>) Unordered: Fix undefined macro warnings. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6522" title="#6522: Bugs: boost::unordered not defined warnings on GCC / OS X (closed: fixed)">#6522</a>. </p> <p> Just removing the rv reference stuff in extract_keys. I don't it's needed anyway. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Tue, 07 Feb 2012 20:48:57 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6522#comment:3 https://svn.boost.org/trac10/ticket/6522#comment:3 <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> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/76943" title="Unordered: Merge to release. Fixes #6522. Fixes undefined macros, ...">[76943]</a>) Unordered: Merge to release. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6522" title="#6522: Bugs: boost::unordered not defined warnings on GCC / OS X (closed: fixed)">#6522</a>. </p> <p> Fixes undefined macros, removes some unused code and fix some potential issues for when <code>std::allocator_traits</code> is used. </p> Ticket