Boost C++ Libraries: Ticket #8241: Treat std::array as a Fusion sequence https://svn.boost.org/trac10/ticket/8241 <p> Boost.Fusion provides support for treating boost::array as a Fusion sequence (<a href="http://www.boost.org/doc/libs/1_53_0/libs/fusion/doc/html/fusion/adapted/boost__array.html">http://www.boost.org/doc/libs/1_53_0/libs/fusion/doc/html/fusion/adapted/boost__array.html</a>). </p> <p> With the growing adoption of C++11, it would be great if similar support were provided for std::array. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8241 Trac 1.4.3 Mateusz Loskot Sun, 30 Jun 2013 21:32:09 GMT cc set https://svn.boost.org/trac10/ticket/8241#comment:1 https://svn.boost.org/trac10/ticket/8241#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">mateusz@…</span> added </li> </ul> Ticket Mateusz Loskot Tue, 02 Jul 2013 12:38:53 GMT <link>https://svn.boost.org/trac10/ticket/8241#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8241#comment:2</guid> <description> <p> Here, I have prototyped std::array adoption as Boost.Fusion sequence: <a class="ext-link" href="https://github.com/mloskot/boost_fusion_std_array"><span class="icon">​</span>https://github.com/mloskot/boost_fusion_std_array</a> </p> <p> It is functional, however, the problem with ADL and begin/end conflict remains unsolved (see <a class="reopened ticket" href="https://svn.boost.org/trac10/ticket/4028" title="#4028: Bugs: fusion::begin and fusion::end lead to problems with ADL-based begin ... (reopened)">#4028</a>), hence full qualification used in the test program std_array.cpp. </p> <p> Comments welcome. </p> </description> <category>Ticket</category> </item> <item> <author>Kohei Takahashi <flast@…></author> <pubDate>Sat, 08 Nov 2014 19:03:57 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8241#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8241#comment:3</guid> <description> <p> The behaviour of C++11 range-based for has been changed by DR1442 <a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">[1]</a>, no ADL will be performend. Thus, the adoption would be nice. </p> <p> Note that, following compilers will perform ADL with range-based for. </p> <ul><li>clang 3.0 and 3.1 </li><li>gcc 4.6 - 4.8 </li></ul><ol><li>h ttp://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1442 </li></ol> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Sat, 08 Nov 2014 23:27:25 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8241#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8241#comment:4</guid> <description> <p> Let's do this. </p> </description> <category>Ticket</category> </item> <item> <author>Braden McDaniel <braden@…></author> <pubDate>Mon, 02 Mar 2015 01:08:14 GMT</pubDate> <title>cc changed https://svn.boost.org/trac10/ticket/8241#comment:5 https://svn.boost.org/trac10/ticket/8241#comment:5 <ul> <li><strong>cc</strong> <span class="trac-author">braden@…</span> added </li> </ul> Ticket Kohei Takahashi Sun, 30 Oct 2016 16:41:42 GMT status, type, milestone changed; resolution set https://svn.boost.org/trac10/ticket/8241#comment:6 https://svn.boost.org/trac10/ticket/8241#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Feature Requests</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.63.0</span> </li> </ul> <p> <a class="ext-link" href="https://github.com/boostorg/fusion/issues/142"><span class="icon">​</span>https://github.com/boostorg/fusion/issues/142</a> </p> Ticket