[cfe-dev] Unable to find 'char16_t' type

Edward Diener eldlistmailingz at tropicsoft.com
Sat Oct 5 20:23:04 PDT 2013


Compiling a source file in clang for Windows I received:

error: unknown type name 'char16_t' when I specified a function 
declaration of:

void AFunc(char16_t);

My clang compiler options are:

-c -x c++ -O0 -g -fno-inline -Wall -g




More information about the cfe-dev mailing list