2001-09-05 Alexandre Petit-Bianco <apbianco@redhat.com>
[official-gcc.git] / libstdc++-v3 / src / wstring-inst.cc
blob0200fd42d675c8b3703ecf7618d4513ad45ed934
1 #include <bits/c++config.h>
3 #ifdef _GLIBCPP_USE_WCHAR_T
4 #define C wchar_t
5 #include "string-inst.cc"
6 #endif