-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support for constructors #27
Comments
klemens-morgenstern
added a commit
to klemens-morgenstern/describe
that referenced
this issue
Oct 27, 2022
I would like to have this feature. This can help me solve this: https://godbolt.org/z/GG1oK3vbj. |
I've been busy with other things, sorry. I'll try to get back to this before 1.86 ships. |
klemens-morgenstern
added a commit
to klemens-morgenstern/describe
that referenced
this issue
Oct 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BOOST_DESCRIBE_CONSTRUCTORS(X, (int), (float, float), (X const&), (X&&))
,mod_constructor
.At the moment the workaround is https://godbolt.org/z/TxYKs5Wfr, but it would be better to support this natively.
The text was updated successfully, but these errors were encountered: