From patchwork Sun Sep 30 11:40:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3] update docs w.r.t PR 54577 Date: Sun, 30 Sep 2012 01:40:15 -0000 From: Jonathan Wakely X-Patchwork-Id: 188164 Message-Id: To: "libstdc++" , gcc-patches PR libstdc++/54577 * doc/xml/manual/status_cxx2011.xml: N2350 changes are missing from sequence containers. * doc/html/*: Regenerate. Committed to trunk. commit 56e855e46beb016fcf4f9f293abbb774a9285a46 Author: Jonathan Wakely Date: Sun Sep 30 12:35:19 2012 +0100 PR libstdc++/54577 * doc/xml/manual/status_cxx2011.xml: N2350 changes are missing from sequence containers. * doc/html/*: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 324d1e2..1e149f0 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -1418,10 +1418,12 @@ particular release. + 23.3.3 Class template deque - Y - + Partial + insert and erase members do not + take const_iterator arguments (N2350). 23.3.4 @@ -1430,22 +1432,28 @@ particular release. + 23.3.5 Class template list - Y - + Partial + insert and erase members do not + take const_iterator arguments (N2350). + 23.3.6 Class template vector - Y - + Partial + insert and erase members do not + take const_iterator arguments (N2350). + 23.3.7 Class vector<bool> - Y - + Partial + insert and erase members do not + take const_iterator arguments (N2350). 23.4