Mercurial > mm7
view lib/swig/swigwin-2.0.11/Lib/std/std_wstring.i @ 1980:c1c74df0a33e
changing most of auto types to their actual types
author | Grumpy7 |
---|---|
date | Wed, 30 Oct 2013 00:47:37 -0700 |
parents | b3009adc0e2f |
children |
line wrap: on
line source
%include <wchar.i> %include <std/std_basic_string.i> /* wide strings */ namespace std { %std_comp_methods(basic_string<wchar_t>); %naturalvar wstring; typedef basic_string<wchar_t> wstring; } %template(wstring) std::basic_string<wchar_t>;