C++ Binding Generator [OT]

Jakob Ovrum jakobovrum at gmail.com
Sat Feb 15 03:54:20 PST 2014


On Saturday, 15 February 2014 at 11:25:09 UTC, Jacob Carlborg 
wrote:
> and "wchar_t" is translated to "wchar".

That doesn't seem correct, it should be `wchar` on Windows only, 
and `dchar` on other systems, i.e. it should translate to 
core.stdc.stddef.wchar_t.


More information about the Digitalmars-d mailing list