risa2000
risa2000
This would be probably good enough for me, but I cannot make it work. Here is a testing code to reproduce the behavior: ```c++ #include #include #include int main(int argc,...
FWIW I accidentally figured out the situation when it works as you proposed. Here is a streamlined testcase: ```c++ int main(int argc, char *argv[]) { using namespace clipp; enum class...
@danwillm Hmm, I can see now that after a year my pull request accumulated some other patches. I guess I should reset it back to the original patch.
@fabiorossetto You might want to use `SO_EXCLUSIVEADDRUSE` instead of `SO_REUSEADDR` on Windows as discussed here #1397. @kentonv It is not about rumours - the Linux workaround simply does not work...
I have just updated to VS 17.10 (official release) and got hit by this bug in conan 1.64.1. _Side question: Will it be fixed in this version?_ Following the discussion...
@memsharded Actually, I made the remaining comments under impression that they equally apply to conan 2.x. Does the way conan uses profile settings to distinguish incompatible packages changed in 2.x...
I guess my point was that the attributes conan uses (to determine the binary compatibility) no longer correspond to the factual state and the approach should be revised. I have...
@memsharded > This was not 10 years ago, but a discussion in the tribe for 2.0, pushed by Conan users, that wanted to use the compiler version and not the...
@memsharded Fair enough. It is your code and your call.
@jangxx This is a bit off topic, but I am interested in knowing if you were able to use the poses from `IVRServerDriverHost::GetRawTrackedDevicePoses()` **successfully**? When I was trying to use...