From fe1cc883cd4a3c6095219d60a72213bbd4ac5b81 Mon Sep 17 00:00:00 2001
From: Phil Edwards
Date: Mon, 20 May 2002 17:55:14 +0000
Subject: [PATCH] index.html (5.4): Recommend against -I options for finding
the ext headers.
2002-05-20 Phil Edwards
* docs/html/faq/index.html (5.4): Recommend against -I options for
finding the ext headers.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r53669
---
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/docs/html/faq/index.html | 14 ++++++++------
libstdc++-v3/docs/html/faq/index.txt | 13 ++++++++-----
3 files changed, 22 insertions(+), 11 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e188bd70f1a..0a24bd70597 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-20 Phil Edwards
+
+ * docs/html/faq/index.html (5.4): Recommend against -I options for
+ finding the ext headers.
+ * docs/html/faq/index.txt: Regenerate.
+
2002-05-19 Paolo Carlini
* testsuite/23_containers/deque_operators.cc (test01):
diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html
index 2b1b1577784..611f83b147e 100644
--- a/libstdc++-v3/docs/html/faq/index.html
+++ b/libstdc++-v3/docs/html/faq/index.html
@@ -845,14 +845,16 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff
- Although you can specify -I options to make the
- preprocessor search the g++-v3/ext and /backward directories,
- it is better to refer to files there by their path, as in:
+
Headers in the ext and backward
+ subdirectories should be referred to by their relative paths:
-
- #include <ext/hash_map>
-
+ #include <ext/hash_map>
+ rather than using -I or other options. This is more
+ portable and forward-compatible. (The situation is the same as
+ that of other headers whose directories are not searched directly,
+ e.g., <sys/stat.h>, <X11/Xlib.h>.
+
Extensions to the library have
their own page.
diff --git a/libstdc++-v3/docs/html/faq/index.txt b/libstdc++-v3/docs/html/faq/index.txt
index 362a1d9a493..9a37bb79999 100644
--- a/libstdc++-v3/docs/html/faq/index.txt
+++ b/libstdc++-v3/docs/html/faq/index.txt
@@ -691,11 +691,14 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff
5.4 Extensions and Backward Compatibility
- Although you can specify -I options to make the preprocessor search
- the g++-v3/ext and /backward directories, it is better to refer to
- files there by their path, as in:
- #include
-
+ Headers in the ext and backward subdirectories should be referred to
+ by their relative paths:
+ #include
+
+ rather than using -I or other options. This is more portable and
+ forward-compatible. (The situation is the same as that of other
+ headers whose directories are not searched directly, e.g.,
+ , .
Extensions to the library have [92]their own page.
_________________________________________________________________
--
2.30.2