diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-08-12 02:21:59 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-08-12 02:21:59 +0000 |
| commit | 72a174d62613320625b667a121a4cbaaac2e2e27 (patch) | |
| tree | 5696ab186ae114ba706f28fe7be0de9efe6ec480 /contrib/libg++/libstdc++/std/string.h | |
| parent | 025ee8b5ee42d3ffcea14dd5f152257de275af2c (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 77cc801be16fe..0000000000000 --- 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 |
