Boost C++ Libraries: Ticket #2332: Config macro for Initializer lists https://svn.boost.org/trac10/ticket/2332 <p> Gcc 4.4 is going to have support for initializer lists, so it'd be good to have the appropriate config macro. I'll do the work if necessary. I'm going to try to add initializer list support to the unordered containers in 1.38, so I would do it alongside that. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2332 Trac 1.4.3 John Maddock Wed, 17 Sep 2008 11:54:10 GMT owner changed https://svn.boost.org/trac10/ticket/2332#comment:1 https://svn.boost.org/trac10/ticket/2332#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">John Maddock</span> to <span class="trac-author">Daniel James</span> </li> </ul> <p> Please go ahead and add this as I don't have access to gcc-4.4 at present. </p> <p> I'm guessing this will be BOOST_NO_INITIALIZER_LISTS, and can be added to the C++0x unsupported features list? </p> <p> If there's anything in <a href="http://www.boost.org/doc/libs/1_36_0/libs/config/doc/html/boost_config/guidelines_for_boost_authors.html#boost_config.guidelines_for_boost_authors.adding_new_defect_macros">http://www.boost.org/doc/libs/1_36_0/libs/config/doc/html/boost_config/guidelines_for_boost_authors.html#boost_config.guidelines_for_boost_authors.adding_new_defect_macros</a> which doesn't make sense (or doesn't work!) then ping me again. Otherwise assigning to back to you. </p> <p> John. </p> Ticket Daniel James Thu, 18 Sep 2008 23:18:41 GMT status changed https://svn.boost.org/trac10/ticket/2332#comment:2 https://svn.boost.org/trac10/ticket/2332#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Daniel James Wed, 24 Sep 2008 10:56:25 GMT <link>https://svn.boost.org/trac10/ticket/2332#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2332#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/48939" title="Add tests for BOOST_NO_INITIALIZER_LISTS. Refs #2332">[48939]</a>) Add tests for BOOST_NO_INITIALIZER_LISTS. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2332" title="#2332: Feature Requests: Config macro for Initializer lists (closed: fixed)">#2332</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sat, 07 Feb 2009 17:52:12 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/2332#comment:4 https://svn.boost.org/trac10/ticket/2332#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> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.38.0</span> </li> </ul> <p> Fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/50118" title="Add support for initializer lists to config and the unordered containers.">[50118]</a> in trunk, <a class="changeset" href="https://svn.boost.org/trac10/changeset/50451" title="Merge latest hash and unordered developments, and add support for ...">[50451]</a> in release. </p> Ticket