Dharmesh946
Dharmesh946
Hi, I compile OpenCV and wxWidgets from sources (with mingw64) and provided them to MRPT. For Eigen3 I'm currently using the embedded version though I've got another one installed. wxWidgets...
Hi, Sorry for the delay. I've just tried, same error: In function 'void mySetThreadName(const string&, std::thread&)': error: 'SetThreadDescription' was not declared in this scope SetThreadDescription(theThread.native_handle(), wName); note: suggested alternative: 'SetThreadDesktop'...
Sorry, but yes I did... D.
FYI, cmake configuration: OpenCV: custom install wxwidgets: custom install following your directives Build type: release custom install directory don't use QT mingw generator
Perhaps an idea: I just happen to realize that my default mingw 64 installation (from https://sourceforge.net/projects/mingw-w64/) does not properly support std::thread. The standard headers are there so my test programs...
see also https://github.com/lefticus/cpp_weekly/issues/245#issuecomment-2220224938 links with std::bit_cast, std::start_lifetime_as,...
> Reference to existing episode on this topic: https://youtu.be/L06nbZXD2D0 1- Hi, how is it possible to get guarantees that memcpy is optimized away? 2- After the second memcpy (back to...
would be interested to know how to create a storage of bytes, start lifetime of an uninitialized array of T somewhere inside the storage, then create objects there. Use case:...
@LB if I understand well, https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0593r6.html seems to indicate that type punning is ruled out for constant expression. Yet, under the hood, it makes me wonder how pmr are implemented...
Thanks for the feedback. Conda refused to update (for instance, python update was checking conflict for ever...). Thus I had to uninstall and went for latest miniconda with which I...