You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [N3881 “Fixing the specification of universal-character-names”](http://open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3881.pdf)
12
+
13
+
- If a character sequence that matches the syntax of a universal-character-name is produced by token concatenation (19.3.3), the behavior is undefined. *\[lex.phases\]/p4*
14
+
- example:
15
+
16
+
```cpp
17
+
#define GUARD_NAME ï ## _GUARD // UB per current spec
18
+
#define COLUMN "ï" ## _column // UB per current spec
0 commit comments