Which way do you prefer?
Fixing the crash that seems to be on a std::move operation
by Raymond Chen
From the article:
Last time, we looked at a crash that was root-caused to an order of evaluation bug if compiled as C++14. One solution to the problem is to switch to C++17 mode, but presumably the customer isn’t willing to make that drastic a change to their product yet. Maybe there’s something we can do that is less disruptive...
Add a Comment
Comments are closed.