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 std::variant for unions #5

Open
L3nn0x opened this issue Jul 15, 2019 · 1 comment
Open

Implement std::variant for unions #5

L3nn0x opened this issue Jul 15, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@L3nn0x
Copy link
Collaborator

L3nn0x commented Jul 15, 2019

idea is to use std::variant in place of unions. Thing is, that forces a change on the client side as well.

@L3nn0x L3nn0x added the enhancement New feature or request label Jul 15, 2019
@L3nn0x
Copy link
Collaborator Author

L3nn0x commented Jul 29, 2019

Otherwise, use buffer to support non POD data in unions

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

No branches or pull requests

1 participant