2003-07-04 Benjamin Kosnik <bkoz@redhat.com>
[official-gcc.git] / libstdc++-v3 / src / wstring-inst.cc
blobbbfbe337eef367c58bae089ebf754cf23d2e66af
1 #include <bits/c++config.h>
3 #ifdef _GLIBCXX_USE_WCHAR_T
4 #define C wchar_t
5 #include "string-inst.cc"
6 #endif