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
I see that there was an issue #487 which was supposedly fixed by #490. My code fails compilation with an error "use of deleted function" when binding the std::deque containing non copy/move-constructible elements.
Is there a fix for this issue? I couldn't find the changes which #490 claims. I am checked in master branch of pybind11 and I still get the same error.
The text was updated successfully, but these errors were encountered:
I see that there was an issue #487 which was supposedly fixed by #490. My code fails compilation with an error "use of deleted function" when binding the std::deque containing non copy/move-constructible elements.
Is there a fix for this issue? I couldn't find the changes which #490 claims. I am checked in master branch of pybind11 and I still get the same error.
The text was updated successfully, but these errors were encountered: