mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-30 22:19:19 +00:00
1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
%include <std/std_basic_string.i>
|
||||
|
||||
/* plain strings */
|
||||
|
||||
namespace std
|
||||
{
|
||||
%std_comp_methods(basic_string<char>);
|
||||
%naturalvar string;
|
||||
typedef basic_string<char> string;
|
||||
}
|
||||
|
||||
|
||||
%template(string) std::basic_string<char>;
|
||||
Reference in New Issue
Block a user