-
Notifications
You must be signed in to change notification settings - Fork 673
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
fix: do not use c++20 char8_t keyword #3629
Conversation
30bb04f
to
9246ea0
Compare
a5561ff
to
34d0141
Compare
34d0141
to
90e3e2c
Compare
@mitsudome-r Kind reminder for merging this simple fix. |
@ralwing Thanks. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3629 +/- ##
==========================================
- Coverage 14.96% 14.90% -0.07%
==========================================
Files 1967 1499 -468
Lines 135953 117796 -18157
Branches 40556 39130 -1426
==========================================
- Hits 20352 17561 -2791
+ Misses 92946 81333 -11613
+ Partials 22655 18902 -3753
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@mitsudome-r Seems like the |
This pull request has been automatically marked as stale because it has not had recent activity. |
@mitsudome-r I kindly ask for merging this. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Signed-off-by: Grzegorz Głowacki <[email protected]>
Head branch was pushed to by a user without write access
843a1e9
to
ba45c06
Compare
fix: do not use c++20 keyword as a type alias Signed-off-by: Grzegorz Głowacki <[email protected]> Signed-off-by: vividf <[email protected]>
fix: do not use c++20 keyword as a type alias Signed-off-by: Grzegorz Głowacki <[email protected]>
Description
from C++ 20 char8_t is a restricted keyword:
https://en.cppreference.com/w/cpp/keyword/char8_t
Tests performed
Not applicable.
Effects on system behavior
Error when compiling with
-std=c++20
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.