Skip to content

Cheaper Optional for BaseType #343

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

Closed
vinniefalco opened this issue Jun 24, 2023 · 0 comments
Closed

Cheaper Optional for BaseType #343

vinniefalco opened this issue Jun 24, 2023 · 0 comments
Assignees
Labels
Metadata AST or Metadata addition/change

Comments

@vinniefalco
Copy link
Member

EnumInfo still uses std::optional:

std::optional<TypeInfo> BaseType;

We could use our space-saving version.

@vinniefalco vinniefalco added the Metadata AST or Metadata addition/change label Jun 24, 2023
alandefreitas pushed a commit to alandefreitas/mrdocs that referenced this issue Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Metadata AST or Metadata addition/change
Projects
None yet
Development

No branches or pull requests

2 participants