Skip to content

Use itemize list for optional<T>& operator=(U&& v) constraints #7255

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

Merged

Conversation

steve-downey
Copy link
Contributor

Use an itemize list for the constraints on template constexpr optional& operator=(U&& v);
No change to the constraints, just editorial parallelism.

Use an itemize list for the constraints on template<class U = T> constexpr
optional<T>& operator=(U&& v);
No change to the constraints, just editorial parallelism.
@jensmaurer jensmaurer merged commit 9243ba5 into cplusplus:main Sep 17, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants