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

Implement the null layout for std::nullopt_t #115

Closed
JohanMabille opened this issue Jun 25, 2024 · 0 comments · Fixed by #120
Closed

Implement the null layout for std::nullopt_t #115

JohanMabille opened this issue Jun 25, 2024 · 0 comments · Fixed by #120
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@JohanMabille
Copy link
Collaborator

The default layout for std::nullopt_t is currently fixed_size_layout, which provides a value_type defined as std::optional<std::nullopt_t>. This type cannot be used as it triggers some static assertions from std::optional header.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants