Takatoshi Kondo
Takatoshi Kondo
I don't know about zmq.
See https://stackoverflow.com/help/minimal-reproducible-example
See also https://github.com/msgpack/msgpack/blob/master/spec.md Check msgpack format using something like hex dump. Then fix your code.
@OopsLouie , It seems that your solution is right. It is out of msgpack-c issue but maybe glibc implementation issue or just usage. So I close the issue. Thank you...
@hiradyazdan I think that you can try the exact same step as https://github.com/msgpack/msgpack-c/blob/df1d126f6181293765b8372775ed0b69160c4d32/.github/workflows/gha.yml#L191-L239 on msvc2022 **and msvc2019**. Then fill the result as follows: compiler|result ---|--- msvc2019| msvc2022| If msvc2019 reports...
I know `check` is common name, but it is private **member function template** of `has_as` class template int `msgpack` namespace. If it is not allowed, C++ naming rule could be...
Do you mean if someone include AssertionMacros.h, then all `check` that is located after the header are replaced? For example, ```cpp #include int main () { bool check = true;...
I think that the macro definition of `AssertionMacros.h` has serious problem. It is very strange that requesting all other libraries to care for bad designed macro definition of `AssertionMacros.h`. However,...
Ok, if you post the PR that replaces `check` with `check_`, I would merge it. That's my final answer. Here are my thoughts: > I'm not sure why changing function...
Thank you for the comment. I know you are not `AssertionMacros.h` developer. We both a kind of victims. Please send some feedback to Unreal Engine to improve it, if you...