diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-05 21:14:20 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-05 21:14:20 +0000 |
commit | e04edf638b51e818eb365da0c32050450594cd74 (patch) | |
tree | 83bcba351feb5bab4f4c9b6d0bc74f9d4d576bd0 /libstdc++-v3/README | |
parent | a294d6c3c2d8981ac3641041aa764f5fc4aec9c9 (diff) | |
download | gcc-e04edf638b51e818eb365da0c32050450594cd74.tar.gz |
002-03-05 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/17_intro/RELEASE-NOTES: Fix usage.
* README (libmath): Make clear.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50331 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/README')
-rw-r--r-- | libstdc++-v3/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/README b/libstdc++-v3/README index 68ac68d6231..67c390e981d 100644 --- a/libstdc++-v3/README +++ b/libstdc++-v3/README @@ -85,7 +85,8 @@ In addition, three subdirectories are convenience libraries: libmath Support routines needed for C++ math. Only needed if the - underlying "C" implementation is weak or looses. + underlying "C" implementation is non-existent, in particular + required or optimal long double, long long, and C99 functionality. libsupc++ Contains the runtime library for C++, including exception |