OSDN Git Service

PR c/10175
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / wstring-inst.cc
1 #include <bits/c++config.h>
2
3 #ifdef _GLIBCPP_USE_WCHAR_T
4 #define C wchar_t
5 #include "string-inst.cc"
6 #endif