Skip to content
Snippets Groups Projects
Commit 453fff2b authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

msgpack: allow to pass 'const char *' into decode()

msgpack.decode() internally uses 'const char *' variable to
decode msgpack, but somewhy expects only 'char *' as input.
This commit allows to pass 'const char *' as well.
parent 7d98a3cf
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment