OSDN Git Service

* include/c_std/bin/std_cstring.h: #define away all global
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 May 2001 01:33:21 +0000 (01:33 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 May 2001 01:33:21 +0000 (01:33 +0000)
commitdc7b952df2fca2eaa1c0f97b65f865fb07bf38ae
treeef1f1cecb0dd34e11de53e2848b9c3b5bd7348b0
parentde4d3da652b0891a118bd2ee3525dbda67434bc4
* include/c_std/bin/std_cstring.h: #define away all global
functions we will redeclare in namespace `std'.
* libsupc++/eh_alloc.cc (__cxa_allocate_exception): Use
std::memset, instead of memset.
* testsuite/19_diagnostics/stdexceptions.cc: Use `std::strcmp',
not plain `strcmp'.
* testsuite/21_strings/c_strings.cc: Use `std::strcpy' instead of
plain `strcpy'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42555 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_std/bits/std_cstring.h
libstdc++-v3/libsupc++/eh_alloc.cc
libstdc++-v3/testsuite/19_diagnostics/stdexceptions.cc
libstdc++-v3/testsuite/21_strings/c_strings.cc