llvm-clang; function/variable names containing unicdoe charactrs

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-04-03T22:19:54Z Indexed on 2010/04/03 22:23 UTC
Read the original article Hit count: 346

Filed under:
|

Hi!

I'm interested in using unicode characters (like \apha) in function/varaible names in my c++ program which I will compile with clang++ on linux. Does anyone know of a good guide / list of rules to go by for making sure that everything ends up compiling fine / aoiding linking errors / ...

Thanks!

© Stack Overflow or respective owner

Related posts about clang

Related posts about unicode