diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-08 23:22:26 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-08 23:22:26 +0000 |
| commit | 01dd2c6cba3e1ada73b23bd8db38b4e6a88d7e75 (patch) | |
| tree | 5b2ccfa15614160e0477485463b1b2a6313742bd /libstdc++-v3/include/c_std/bits/std_cfloat.h | |
| parent | 572fdaa33c3e33d9d62c123bb1ef6d4dbbceb7c1 (diff) | |
| download | ppe42-gcc-01dd2c6cba3e1ada73b23bd8db38b4e6a88d7e75.tar.gz ppe42-gcc-01dd2c6cba3e1ada73b23bd8db38b4e6a88d7e75.zip | |
2001-06-08 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/2767
libstdc++/2989
libstdc++/2992
* include/std/*: Add copyright notice.
* include/c_std/bits/*: Use using statements instead of extern "C".
* include/c_std/bits/std_cmath.h: Don't overload double versions
of math functions with __buitin versions, use global version to
prevent ambiguities. Remove define hacks.
* include/c_std/bits/std_cwchar.h: Using declarations for "C"
functions that have changed signatures and std::
declarations. Remove define hacks.
* include/c_std/bits/std_cwchar.h: Same, plus remove ambiguous
__builtins in std::. Remove define hacks.
* testsuite/17_intro/headers_c.cc: Add tests.
* testsuite/17_intro/headers_c++.cc: Add test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43061 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/c_std/bits/std_cfloat.h')
| -rw-r--r-- | libstdc++-v3/include/c_std/bits/std_cfloat.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libstdc++-v3/include/c_std/bits/std_cfloat.h b/libstdc++-v3/include/c_std/bits/std_cfloat.h index e121c8d685a..0dfdd2eaf5f 100644 --- a/libstdc++-v3/include/c_std/bits/std_cfloat.h +++ b/libstdc++-v3/include/c_std/bits/std_cfloat.h @@ -31,13 +31,10 @@ // ISO C++ 14882: 18.2.2 Implementation properties: C library // -// Note: This is not a conforming implementation. - #ifndef _CPP_CFLOAT #define _CPP_CFLOAT 1 #pragma GCC system_header -#include <float.h> +#include_next <float.h> #endif - |

