Boost C++ Libraries: Ticket #6988: C++11 -> Array obsolete ? https://svn.boost.org/trac10/ticket/6988 <p> It seems that Array is totally replaced by the C++11 environments. </p> <p> Maybe it should be said in the documentation ? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6988 Trac 1.4.3 Marshall Clow Thu, 14 Jun 2012 16:00:33 GMT <link>https://svn.boost.org/trac10/ticket/6988#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6988#comment:1</guid> <description> <p> It's not totally replaced; for example, <code>boost::array</code> supports Boost.Hash, <code>std::array</code> does not. </p> <p> I've added a paragraph to the front of the docs saying that if you use c++11, you should consider using <code>std::array</code> instead of <code>boost::array</code>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Thu, 14 Jun 2012 16:01:06 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6988#comment:2 https://svn.boost.org/trac10/ticket/6988#comment:2 <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/78948" title="Merge doc changes to release; fixes #6988">[78948]</a>) Merge doc changes to release; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6988" title="#6988: Tasks: C++11 -&gt; Array obsolete ? (closed: fixed)">#6988</a> </p> Ticket