...
Note that the name of the user-defined literal is operator"" _x and not _x, which would have otherwise been reserved to for the global namespace.
Noncompliant Code Example (File Scope Objects)
...
...
Note that the name of the user-defined literal is operator"" _x and not _x, which would have otherwise been reserved to for the global namespace.
...