Compare commits

..

3 Commits

Author SHA1 Message Date
5b5adfd897 Create a maintenance branch for 1.50.
I know we don't normally do this, but I wanted to store a fix for a bug in
unordered somewhere.


[SVN r79440]
2012-07-12 10:15:53 +00:00
c9460d5ea6 Release 1.50.0
[SVN r79156]
2012-06-28 12:37:29 +00:00
ba1a2437cf Merge doc changes to release; fixes #6988
[SVN r78948]
2012-06-14 16:01:03 +00:00

View File

@ -70,6 +70,11 @@
Technical Report, which will extend the C++ Standard (see
<ulink url="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm">http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm</ulink>).</para>
<para>Update: <code>std::array</code> is (as of C++11) part of the C++ standard.
The differences between <code>boost::array</code> and <code>std::array</code> are minimal.
If you are using C++11, you should consider using <code>std::array</code> instead of <code>boost::array</code>.
</para>
<para>Class <code><classname>array</classname></code> fulfills most
but not all of the requirements of "reversible containers" (see
Section 23.1, [lib.container.requirements] of the C++