You must log in or register to comment.
Can someone explain to me, a non-c++ programmer why is this bad? Is it replacing all valid c++ chacharacters?
They’re defining emojis and unicode special characters to valid C code, to allow you to program with those characters. It’s all valid C preprocessor code, but… why?!
This is programmer hell
Imagine two programmers using this in the same project, one using ISO and one using UTF-8 in their IDE