Move *-*-gnu* pattern below *-*-linux*.
[official-gcc.git] / libstdc++ / string
blobfa6f1abaa70c1dcb7f22f14250d9ae5a8a554c02
1 // Main header for the -*- C++ -*- string classes.
3 #ifndef __STRING__
4 #define __STRING__
6 #include <std/bastring.h>
8 extern "C++" {
9 typedef basic_string <char> string;
10 // typedef basic_string <wchar_t> wstring;
11 } // extern "C++"
13 #endif