You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)))
The text was updated successfully, but these errors were encountered:
In GitLab by @DarkArc on Oct 31, 2018, 11:38
We don't want:
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:The text was updated successfully, but these errors were encountered: