diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-07-11 03:42:20 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-07-11 03:42:20 +0000 |
| commit | cfbaa2fa5d3032427c3227abdf812e66473280a6 (patch) | |
| tree | 4ff534d7503dbe546a3ad3bf28e1ce84657033fb /contrib/libg++/libstdc++/std/string.h | |
| parent | 6bdbd039fdee37985426b3cfdb6ec9b43f1c96aa (diff) | |
Diffstat (limited to 'contrib/libg++/libstdc++/std/string.h')
| -rw-r--r-- | contrib/libg++/libstdc++/std/string.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/libg++/libstdc++/std/string.h b/contrib/libg++/libstdc++/std/string.h deleted file mode 100644 index 77cc801be16f..000000000000 --- a/contrib/libg++/libstdc++/std/string.h +++ /dev/null @@ -1,13 +0,0 @@ -// Main header for the -*- C++ -*- string classes. - -#ifndef __STRING__ -#define __STRING__ - -#include <std/bastring.h> - -extern "C++" { -typedef basic_string <char, string_char_traits <char> > string; -// typedef basic_string <wchar_t, string_char_traits <wchar_t> > wstring; -} // extern "C++" - -#endif |
