diff options
| author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-20 06:26:27 +0000 |
|---|---|---|
| committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-20 06:26:27 +0000 |
| commit | e5ed2269ab6bb2b329353fa3e9d17064aba9d06e (patch) | |
| tree | 8947d353e94e069f407dc793b088a3411ca30b80 /libstdc++-v3/libsupc++/exception | |
| parent | e992edaceee4d4501d588bc7da2fb289c6a9a7ab (diff) | |
| download | ppe42-gcc-e5ed2269ab6bb2b329353fa3e9d17064aba9d06e.tar.gz ppe42-gcc-e5ed2269ab6bb2b329353fa3e9d17064aba9d06e.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55602 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++/exception')
| -rw-r--r-- | libstdc++-v3/libsupc++/exception | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/libsupc++/exception b/libstdc++-v3/libsupc++/exception index b26cb6d887f..d76a947f7c9 100644 --- a/libstdc++-v3/libsupc++/exception +++ b/libstdc++-v3/libsupc++/exception @@ -41,11 +41,13 @@ extern "C++" { namespace std { - /** This is the base class for all exceptions thrown by the standard + /** + * @brief Base class for all library exceptions. + * + * This is the base class for all exceptions thrown by the standard * library, and by certain language expressions. You are free to derive * your own %exception classes, or use a different hierarchy, or to * throw non-class data (e.g., fundamental types). - * @brief Base class for all library exceptions. */ class exception { |

