Skip to content

Empty base class optimisation (EBCO) std::tuple #5004

Closed Answered by StephanTLavavej
jt-9 asked this question in Q&A
Discussion options

You must be logged in to vote

Not implemented. (And we can't implement that without breaking ABI; see #197.)

[[no_unique_address]] on other platforms and [[msvc::no_unique_address]] on MSVC can avoid paying space for data members without requiring the elaborate base class scheme.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jt-9
Comment options

Answer selected by jt-9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants