]> gcc.gnu.org Git - gcc.git/commit
std_cstring.h: #define away all global functions we will redeclare in namespace ...
authorMark Mitchell <mark@codesourcery.com>
Fri, 25 May 2001 01:33:21 +0000 (01:33 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 25 May 2001 01:33:21 +0000 (01:33 +0000)
commiteeff8d2c06afac42374bc74a8e138d4bf981fc52
treeef1f1cecb0dd34e11de53e2848b9c3b5bd7348b0
parentf5aada264731ac00bd7afaa254cb0ed1b6b62917
std_cstring.h: #define away all global functions we will redeclare in namespace `std'.

* 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'.

From-SVN: r42555
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
This page took 0.059945 seconds and 5 git commands to generate.