diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-26 14:56:05 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-26 14:56:05 +0000 |
commit | f023efe4d380f64ec1d816b83b426e789684ecac (patch) | |
tree | 5fafe2d1484d668442c8cdfb95c58cf70ce361f9 /libstdc++-v3/docs | |
parent | a2da4bb7e18e3d57827fb4156a17f33d759b70d0 (diff) | |
download | gcc-f023efe4d380f64ec1d816b83b426e789684ecac.tar.gz |
2000-10-26 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Remove.
* aclocal.m4: Regenerate.
* configure.in: Remove GLIBCPP_ENABLE_LONG_DOUBLE.
* configure: Regenerate.
* docs/configopts.html: Remove.
* src/complexl.cc: Revert.
* config.h.in: Remove.
* include/c_std/bits/std_cmath.h: Remove guards based on
_GLIBCPP_USE_LONG_DOUBLE.
* include/c/bits/std_cmath.h: Same. Format. Match c_std behavior
with respect to long double signatures.
* config/os/aix/bits/ctype_noninline.h (ctype): Remove throw
specification.
* config/os/newlib/bits/ctype_noninline.h (ctype): And here.
* config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same.
* config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same.
* config/os/generic/bits/ctype_noninline.h (ctype): Same.
* config/os/bsd/bits/ctype_noninline.h (ctype): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/configopts.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/libstdc++-v3/docs/configopts.html b/libstdc++-v3/docs/configopts.html index fa26d0a990d..876455bed0a 100644 --- a/libstdc++-v3/docs/configopts.html +++ b/libstdc++-v3/docs/configopts.html @@ -9,7 +9,7 @@ <TITLE>libstdc++-v3 configure options</TITLE> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL=StyleSheet HREF="lib3styles.css"> -<!-- $Id: configopts.html,v 1.13 2000/10/21 19:43:13 bkoz Exp $ --> +<!-- $Id: configopts.html,v 1.14 2000/10/25 14:41:16 bkoz Exp $ --> </HEAD> <BODY> @@ -80,13 +80,6 @@ options</A></H1> templates and the like). </P> - <DT><TT>--enable-long-double </TT> - <DD><P>The "long double" type was introduced in C99. It is - provided as a GNU extension to C++98 in g++. This flag builds - support for "long double" into the library (specialized - templates and the like). - </P> - <DT><TT>--enable-namespaces </TT>[default] <DD><P>By default, g++ currently ignores namespace <TT>std</TT> for backwards compatibility. It can be turned on with the @@ -192,7 +185,7 @@ options</A></H1> <HR> <P CLASS="fineprint"><EM> -$Id: configopts.html,v 1.13 2000/10/21 19:43:13 bkoz Exp $ +$Id: configopts.html,v 1.14 2000/10/25 14:41:16 bkoz Exp $ </EM></P> |