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

better map support #3

Closed
philhofer opened this issue Sep 21, 2014 · 1 comment
Closed

better map support #3

philhofer opened this issue Sep 21, 2014 · 1 comment

Comments

@philhofer
Copy link
Member

Currently only map[string]string and map[string]interface{} are supported.

We can, in theory, support any map[string]IDENT type, where IDENT is any gen.BaseElem. The code will have to be generated explicitly, as opposed to the existing static implementations.

@philhofer
Copy link
Member Author

This leans on #2 .

zeldovich pushed a commit to zeldovich/msgp that referenced this issue Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant