aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/wstring-inst.cc
blob: 0200fd42d675c8b3703ecf7618d4513ad45ed934 (plain)
1
2
3
4
5
6
#include <bits/c++config.h>

#ifdef _GLIBCPP_USE_WCHAR_T
#define C wchar_t
#include "string-inst.cc"
#endif