]> gcc.gnu.org Git - gcc.git/blame - libstdc++/string
Daily bump.
[gcc.git] / libstdc++ / string
CommitLineData
6599da04
JM
1// Main header for the -*- C++ -*- string classes.
2
3#ifndef __STRING__
4#define __STRING__
5
6#include <std/bastring.h>
7
da8c445d
JM
8extern "C++" {
9typedef basic_string <char> string;
10// typedef basic_string <wchar_t> wstring;
11} // extern "C++"
12
6599da04 13#endif
This page took 0.060317 seconds and 5 git commands to generate.