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

sudo_cast should not depend on default construction of T #504

Open
mpusz opened this issue Oct 17, 2023 · 0 comments
Open

sudo_cast should not depend on default construction of T #504

mpusz opened this issue Oct 17, 2023 · 0 comments
Labels
good first issue Good for newcomers refactor Modify existing code potentially causing breaking changes

Comments

@mpusz
Copy link
Owner

mpusz commented Oct 17, 2023

Most probably, we will drop the default constructibility requirement of std::regular for representation types. With that, our internal casting function sudo_cast should not depend on it as well.

@mpusz mpusz added good first issue Good for newcomers refactor Modify existing code potentially causing breaking changes labels Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refactor Modify existing code potentially causing breaking changes
Projects
None yet
Development

No branches or pull requests

1 participant