Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make wide multicharacter character literals ill-formed #65

Open
peter-b opened this issue Jan 22, 2021 · 1 comment
Open

Make wide multicharacter character literals ill-formed #65

peter-b opened this issue Jan 22, 2021 · 1 comment
Assignees
Labels
bug Something isn't working paper submitted A paper proposing a specific solution has been submitted

Comments

@peter-b
Copy link
Collaborator

peter-b commented Jan 22, 2021

It's currently possible to use a wide character literal with multiple characters, e.g.:

wchar_ta = L'🤦‍♀️'
wchar_tb = L'ab';
wchar_tc = L'é';

In P2178 it was pointed out that these have widely different interpretations across different implementations, and that it probably isn't possible to specify a portable and consistent interpretation. Seek to make these literals ill-formed.

@peter-b peter-b added bug Something isn't working paper needed A paper proposing a specific solution is needed labels Jan 22, 2021
@peter-b peter-b added paper submitted A paper proposing a specific solution has been submitted and removed paper needed A paper proposing a specific solution is needed labels Apr 16, 2021
@peter-b
Copy link
Collaborator Author

peter-b commented Apr 16, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working paper submitted A paper proposing a specific solution has been submitted
Development

No branches or pull requests

2 participants