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

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