From 61e6e65a6a9aa4491a244c9aa50d4aeb419e4337 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Sat, 14 Sep 2002 00:35:18 +0000 Subject: [PATCH] [multiple changes] 2002-09-13 Andy Felt * docs/html/17_intro/howto.html: Update link. 2002-09-13 Phil Edwards * docs/doxygen/run_doxygen: Massage man page for Iterator_types.3. * docs/html/faq/index.html: Whitespace fixes. From-SVN: r57125 --- libstdc++-v3/ChangeLog | 9 ++++++++ libstdc++-v3/docs/doxygen/run_doxygen | 3 ++- libstdc++-v3/docs/html/17_intro/howto.html | 2 +- libstdc++-v3/docs/html/faq/index.html | 34 +++++++++++++++--------------- 4 files changed, 29 insertions(+), 19 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cd6f8db4dc7..6bb38f07377 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2002-09-13 Andy Felt + + * docs/html/17_intro/howto.html: Update link. + +2002-09-13 Phil Edwards + + * docs/doxygen/run_doxygen: Massage man page for Iterator_types.3. + * docs/html/faq/index.html: Whitespace fixes. + 2002-09-12 Benjamin Kosnik * libmath/Makefile.am (LIBTOOL): Use --tag CC always for this diff --git a/libstdc++-v3/docs/doxygen/run_doxygen b/libstdc++-v3/docs/doxygen/run_doxygen index df7d83859ba..d8ca2a91428 100644 --- a/libstdc++-v3/docs/doxygen/run_doxygen +++ b/libstdc++-v3/docs/doxygen/run_doxygen @@ -219,7 +219,8 @@ rm stdheader # implementations of man(1), e.g., Linux's. We need to have another top-level # *roff tag to /stop/ the .SH NAME entry. #problematic=`egrep --files-without-match '^\.SH SYNOPSIS' [A-Z]*.3` -problematic='Containers.3 Sequences.3 Assoc_containers.3 Allocators.3' +problematic='Containers.3 Sequences.3 Assoc_containers.3 Allocators.3 + Iterator_types.3' for f in $problematic; do sed '/^\.SH NAME/{ n diff --git a/libstdc++-v3/docs/html/17_intro/howto.html b/libstdc++-v3/docs/html/17_intro/howto.html index c3b82f56b33..a8cf3976e13 100644 --- a/libstdc++-v3/docs/html/17_intro/howto.html +++ b/libstdc++-v3/docs/html/17_intro/howto.html @@ -158,7 +158,7 @@

For those of you new to ISO C++98, no, that isn't a typo, the headers really have new names. Marshall Cline's C++ FAQ Lite has a good explanation in -item [25.4]. +item [26.4].

Return to top of page or to the FAQ. diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index 7494334a7eb..6d42ebc7ecf 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -166,8 +166,8 @@

The libstdc++ project is contributed to by several developers all over the world, in the same way as GCC or Linux. Benjamin Kosnik, Gabriel Dos Reis, Phil Edwards, Ulrich Drepper, - Loren James Rittle, and Paolo Carlini are the lead maintainers of - the CVS archive. + Loren James Rittle, and Paolo Carlini are the lead maintainers of + the CVS archive.

Development and discussion is held on the libstdc++ mailing list. Subscribing to the list, or searching the list @@ -642,8 +642,8 @@ New:

reopening a stream fails Did I just say that -Weffc++ was our biggest false-bug report? - I lied. (It used to be.) Today it seems to be reports that after - executing a sequence like + I lied. (It used to be.) Today it seems to be reports that after + executing a sequence like

     #include <fstream>
@@ -715,23 +715,23 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff
          requires a separate patch for libstdc++-v3.
       

concept checks - If you see compilation errors containing messages about - fooConcept and a constraints - member function, then most likely you have violated one of the - requirements for types used during instantiation of template - containers and functions. For example, EqualityComparableConcept - appears if your types must be comparable with == and you have not - provided this capability (a typo, or wrong visibility, or you - just plain forgot, etc). + If you see compilation errors containing messages about + fooConcept and a constraints + member function, then most likely you have violated one of the + requirements for types used during instantiation of template + containers and functions. For example, EqualityComparableConcept + appears if your types must be comparable with == and you have not + provided this capability (a typo, or wrong visibility, or you + just plain forgot, etc).

More information, including how to optionally enable/disable the - checks, is available - here. + checks, is available + here.

dlopen/dlsym - If you are using the C++ library across dynamically-loaded - objects, make certain that you are passing the correct options - when compiling and linking: + If you are using the C++ library across dynamically-loaded + objects, make certain that you are passing the correct options + when compiling and linking:

     // compile the library components
-- 
2.11.4.GIT