Please Upvote: C++/CLI: std::move causes std::unique_ptr parameter to be destructed before function call
-
Hi C++/CLI devs, If you have a minute please consider upvoting this bug report as the more votes it gets, the better the chance Microsoft will actually fix it. The bug is really bad if you move std::unique_ptr values into C++/CLI there is a double-free and your application will crash. https://developercommunity.visualstudio.com/content/problem/201217/ccli-stdmove-causes-stdunique-ptr-parameter-to-be.html I posted about the same issue back just before MS moved everything out of uservoice into developercommunity so it lost its earlier votes/momentum. John
-
Hi C++/CLI devs, If you have a minute please consider upvoting this bug report as the more votes it gets, the better the chance Microsoft will actually fix it. The bug is really bad if you move std::unique_ptr values into C++/CLI there is a double-free and your application will crash. https://developercommunity.visualstudio.com/content/problem/201217/ccli-stdmove-causes-stdunique-ptr-parameter-to-be.html I posted about the same issue back just before MS moved everything out of uservoice into developercommunity so it lost its earlier votes/momentum. John
-
What?? This is the Managed C++/CLI forum. This crash directly affects C++/CLI code. I'd think anyone that cares about successfully coding in C++/CLI will care about this. Thus, the post.