Skip to content

[Projection tooling] Implement algorithm deciding whether a struct should be projected as class or struct #2886

Closed
@jkurdek

Description

@jkurdek

Struct should be projected as a struct if:

  • Struct needs to be marked as frozen, every member of this struct has to be either trivial or marked as frozen (recursively)
  • Structs needs to be POD/Trivial / Bitwise Movable

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions