diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
| commit | ffeaf689a248da869b6bc8d4fd2233dfe513c060 (patch) | |
| tree | 75ef0e6da73746d6849e25a0996ae34e1aeff51d /contrib/libstdc++/include/bits/functexcept.h | |
| parent | 9a63ad9273061dc19cbd117762e365ea9634e241 (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/include/bits/functexcept.h')
| -rw-r--r-- | contrib/libstdc++/include/bits/functexcept.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libstdc++/include/bits/functexcept.h b/contrib/libstdc++/include/bits/functexcept.h index eac2c95b4327a..8b1d16c8e59a8 100644 --- a/contrib/libstdc++/include/bits/functexcept.h +++ b/contrib/libstdc++/include/bits/functexcept.h @@ -35,22 +35,22 @@ namespace std { - // Helper for exception objects in <except> + // Helper for exception objects in <except> void __throw_bad_exception(void); - // Helper for exception objects in <new> + // Helper for exception objects in <new> void __throw_bad_alloc(void); - // Helper for exception objects in <typeinfo> + // Helper for exception objects in <typeinfo> void __throw_bad_cast(void); void __throw_bad_typeid(void); - // Helpers for exception objects in <stdexcept> + // Helpers for exception objects in <stdexcept> void __throw_logic_error(const char* __s); |
