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

Remove Reflections from unqualid #76

Open
l3bot opened this issue Jul 10, 2020 · 1 comment
Open

Remove Reflections from unqualid #76

l3bot opened this issue Jul 10, 2020 · 1 comment

Comments

@l3bot
Copy link

l3bot commented Jul 10, 2020

In GitLab by @DarkArc on Oct 31, 2018, 11:38

We don't want:

unqaulid("get_", reflexpr(int))

To produce a unqualified id get_int. Instead, we want to work towards using the reflection library so that you might have something along the lines of:

unqualid("get_", meta::name_of(reflexpr(int)))
@DarkArc DarkArc pinned this issue Feb 10, 2021
@DarkArc
Copy link
Contributor

DarkArc commented Feb 10, 2021

Pinning this for visibility as we intend to remove support for this when we push the syntax updates.

Feedback is welcome.

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

No branches or pull requests

2 participants