aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_list.h
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2002-07-20 06:26:27 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-07-20 06:26:27 +0000
commitaa2d5ba2c737dbc5e0913804d38eb1d0547be33d (patch)
tree8947d353e94e069f407dc793b088a3411ca30b80 /libstdc++-v3/include/bits/stl_list.h
parente3485bbc86dcb46db022d8e2d4256d319b3c7fcd (diff)
downloadgcc-aa2d5ba2c737dbc5e0913804d38eb1d0547be33d.zip
gcc-aa2d5ba2c737dbc5e0913804d38eb1d0547be33d.tar.gz
gcc-aa2d5ba2c737dbc5e0913804d38eb1d0547be33d.tar.bz2
abi.txt: New file.
2002-07-20 Phil Edwards <pme@gcc.gnu.org> * docs/html/abi.txt: New file. * docs/html/23_containers/howto.html: Tweak vector-overhead text. * docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html: Import from upstream, R22. * include/bits/char_traits.h, include/bits/stl_iterator.h, include/bits/stl_iterator_base_types.h, libsupc++/exception, libsupc++/new, libsupc++/typeinfo: Use @brief markup. * include/bits/deque.tcc, include/bits/stl_alloc.h, include/bits/stl_deque.h, include/bits/stl_list.h: Postpone removal of deprecated functions until 3.4. (Same timeframe, different text.) * include/bits/stl_vector.h: Ditto. Also do the same cleanups that the other sequence classes received. From-SVN: r55602
Diffstat (limited to 'libstdc++-v3/include/bits/stl_list.h')
-rw-r--r--libstdc++-v3/include/bits/stl_list.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/bits/stl_list.h b/libstdc++-v3/include/bits/stl_list.h
index cb12e01..e55c337 100644
--- a/libstdc++-v3/include/bits/stl_list.h
+++ b/libstdc++-v3/include/bits/stl_list.h
@@ -715,7 +715,7 @@ public:
* of a %list this operation can be done in constant time. You should
* consider using push_front(value_type()) instead.
*
- * @note This was deprecated in 3.2 and will be removed in 3.3. You must
+ * @note This was deprecated in 3.2 and will be removed in 3.4. You must
* define @c _GLIBCPP_DEPRECATED to make this visible in 3.2; see
* c++config.h.
*/
@@ -758,7 +758,7 @@ public:
* of a %list this operation can be done in constant time. You should
* consider using push_back(value_type()) instead.
*
- * @note This was deprecated in 3.2 and will be removed in 3.3. You must
+ * @note This was deprecated in 3.2 and will be removed in 3.4. You must
* define @c _GLIBCPP_DEPRECATED to make this visible in 3.2; see
* c++config.h.
*/
@@ -810,7 +810,7 @@ public:
* Due to the nature of a %list this operation can be done in constant
* time, and does not invalidate iterators and references.
*
- * @note This was deprecated in 3.2 and will be removed in 3.3. You must
+ * @note This was deprecated in 3.2 and will be removed in 3.4. You must
* define @c _GLIBCPP_DEPRECATED to make this visible in 3.2; see
* c++config.h.
*/