|
|
|
@ -5,6 +5,9 @@ class DLL_API Foo |
|
|
|
public: |
|
|
|
public: |
|
|
|
const char* Unicode; |
|
|
|
const char* Unicode; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO: VC++ does not support char16
|
|
|
|
|
|
|
|
// char16 chr16;
|
|
|
|
|
|
|
|
|
|
|
|
// TODO: move this, it has nothing to do with Unicode, it's here only not to break the CLI branch
|
|
|
|
// TODO: move this, it has nothing to do with Unicode, it's here only not to break the CLI branch
|
|
|
|
int operator[](int i) const; |
|
|
|
int operator[](int i) const; |
|
|
|
int operator[](int i); |
|
|
|
int operator[](int i); |
|
|
|
|