Skip to content
Snippets Groups Projects
user avatar
Vladislav Shpilevoy authored
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.
453fff2b
History
Name Last commit Last update