summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/c
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-21 16:50:29 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-21 16:50:29 +0000
commit270d165e3b466227e5d5995afe109b5ee309e6c2 (patch)
tree8b9a189f1f15205c1301f96492baaf74f25c84a7 /libstdc++-v3/include/c
parent32fb15163ee712f3c6fd9f2c9932cafeb869d817 (diff)
downloadppe42-gcc-270d165e3b466227e5d5995afe109b5ee309e6c2.tar.gz
ppe42-gcc-270d165e3b466227e5d5995afe109b5ee309e6c2.zip
2000-10-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* docs/links.html: Add links to defects list, standards FAQ. * testsuite/21_strings/ctor_copy_dtor.cc (test01): Disable tests with string creation that allocate huge ammounts of memory. * include/c/bits/std_cstddef.h: Put size_t, ptrdiff_t in namepace std. 2000-10-21 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> * libsupc++/exception.cc: Use namespace std. * libsupc++/new: DITTO. * libsupc++/new_op.cc: DITTO. * libsupc++/new_opnt.cc: DITTO. * libsupc++/new_opv.cc: DITTO. * libsupc++/new_opvnt.cc: DITTO. * libsupc++/tinfo.cc: DITTO. * libsupc++/tinfo.h: DITTO. * libsupc++/vec.cc: DITTO. * libsupc++/Makefile.am: Blank lines removal. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36995 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/c')
-rw-r--r--libstdc++-v3/include/c/bits/std_cstddef.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/include/c/bits/std_cstddef.h b/libstdc++-v3/include/c/bits/std_cstddef.h
index 5557c759571..ea517e41a4d 100644
--- a/libstdc++-v3/include/c/bits/std_cstddef.h
+++ b/libstdc++-v3/include/c/bits/std_cstddef.h
@@ -38,3 +38,10 @@
# pragma GCC system_header
# include_next <stddef.h>
#endif
+
+namespace std {
+ using ::size_t;
+ using ::ptrdiff_t;
+} // namespace std
+
+
OpenPOWER on IntegriCloud