On 08.09.2011 18:52, Andrej Mitrovic wrote:
On 9/8/11, dsimcha<[email protected]> wrote:Uh...what's wrong with this at the top of every file:alias toUTFz!(const(wchar)*) toUTF16z;Maybe this is wrong: Error: template instance toUTFz!(const(wchar)*) does not match any template declaration
alias toUTFz!(const(wchar)*, string) toUTF16z;
