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

Make is_strong_typedef public #130

Closed
BrukerJWD opened this issue Apr 21, 2022 · 3 comments
Closed

Make is_strong_typedef public #130

BrukerJWD opened this issue Apr 21, 2022 · 3 comments

Comments

@BrukerJWD
Copy link
Contributor

Currently, is_strong_typedef is an implementation detail in type_safe::type_safe_op::detail:

struct TYPE_SAFE_MSC_EMPTY_BASES is_strong_typedef : std::false_type

For me and my SFINAE approach it would be of help to have is_strong_typedef (and a is_strong_typedef_v) in the (public) type_safe namespace.

@foonathan
Copy link
Owner

Sure, can you do a PR?

@BrukerJWD
Copy link
Contributor Author

Sure :) I'm going to need some time, though.

@BrukerJWD
Copy link
Contributor Author

merged

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