From 073f5bbd032d5a38d4b6422be93455ffd076ef58 Mon Sep 17 00:00:00 2001 From: bkoz Date: Wed, 9 Feb 2011 01:45:25 +0000 Subject: 2011-02-08 Benjamin Kosnik * doc/html/*: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169960 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/doc/html/manual/using_exceptions.html | 99 +++++++++------------- 1 file changed, 39 insertions(+), 60 deletions(-) (limited to 'libstdc++-v3/doc/html/manual/using_exceptions.html') diff --git a/libstdc++-v3/doc/html/manual/using_exceptions.html b/libstdc++-v3/doc/html/manual/using_exceptions.html index 925d732cffd..0cdc2b4f56b 100644 --- a/libstdc++-v3/doc/html/manual/using_exceptions.html +++ b/libstdc++-v3/doc/html/manual/using_exceptions.html @@ -1,6 +1,6 @@ - -Exceptions

Exceptions

+ +Exceptions

The C++ language provides language support for stack unwinding with try and catch blocks and the throw keyword. @@ -12,7 +12,7 @@ exceptional circumstances.

Two general topics of discussion follow: exception neutrality and exception safety. -

Exception Safety

+

C++ is a language that strives to be as efficient as is possible in delivering features. As such, considerable care is used by both language implementer and designers to make sure unused features @@ -113,7 +113,7 @@ exception neutrality and exception safety. support try and catch blocks and thrown objects. (Language support for -fno-exceptions is documented in the GNU - GCC manual.) + GCC manual.)

Before detailing the library support for -fno-exceptions, first a passing note on the things lost when this flag is used: it will break exceptions @@ -220,7 +220,7 @@ exception neutrality and exception safety. substitution of the C language keyword const with the uglified doppelganger __const. -

Compatibility

With C

+

+ . Herb Sutter.

-- cgit v1.2.3