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

Would be nice if the _i operator accepted hex constants #603

Open
crazy-eddie opened this issue Dec 21, 2023 · 1 comment
Open

Would be nice if the _i operator accepted hex constants #603

crazy-eddie opened this issue Dec 21, 2023 · 1 comment

Comments

@crazy-eddie
Copy link

Expected Behavior

0x11_i creates an integral constant == 17

Actual Behavior

0x11_i doesn't compile

Steps to Reproduce the Problem

  1. Create a test that expect(test_value == 0x11_i)
  2. Try to compile it

Specifications

  • Version: main
  • Platform: linux gcc11
  • Subsystem: none
@krzysztof-jusiak
Copy link
Contributor

Agree, more than happy to accept MR like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants