You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving cppflow::model causes segmentation fault on desctruction similar to #132, #154. Btw, this will happen to all default constructor implementations.
Just remove the call to std::move. You already have an rvalue reference, so the move constructor will get called without an additional call to std::move.
Moving cppflow::model causes segmentation fault on desctruction similar to #132, #154. Btw, this will happen to all default constructor implementations.
Please find the example to reproduce the problem at cppflow.zip
Gdb backtrace:
The text was updated successfully, but these errors were encountered: