std::bitset support?
#1330
Closed
patrickd-galil
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
|
std::bitset is C++23. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I submitted a pull request: #1331 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I noticed that
std::bitsetdoesn't seem to be in the list of type casters. Are there any plans to support it? I find it much nicer to use than enum flags.Beta Was this translation helpful? Give feedback.
All reactions