cmath: Add templates (8.16.3).
authorPaolo Carlini <pcarlini@suse.de>
Sun, 26 Feb 2006 18:42:29 +0000 (18:42 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 26 Feb 2006 18:42:29 +0000 (18:42 +0000)
commit1e41a98ca56a9641f356d6f4233b3237fe518b04
tree73d312f69816168920d505f647047caa376efd23
parentcef65eaa924c2c9eff16af8a19b051ad61d65ec2
cmath: Add templates (8.16.3).

2006-02-26  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/cmath: Add templates (8.16.3).
* include/tr1/cstbool: New.
* include/tr1/stdbool.h: Likewise.
* include/Makefile.am: Add.
* testsuite/tr1/8_c_compatibility/cmath/templates.cc: New.
* testsuite/tr1/headers.cc: Update.
* acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdbool.h> check.
* docs/html/ext/tr1.html: Update.
* include/Makefile.in: Regenerate.
* config.h.in: Likewise.
* configure: Likewise.

From-SVN: r111456
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/docs/html/ext/tr1.html
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/tr1/cmath
libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/templates.cc [new file with mode: 0644]
libstdc++-v3/testsuite/tr1/headers.cc