estdlib icon indicating copy to clipboard operation
estdlib copied to clipboard

Add std::move support to estd::detail::function model fnptr1, fnptr2 and virtual

Open malachib opened this issue 5 months ago • 0 comments

In the event that estd::detail::function is getting std::moved or destructed, neither of these operations seem to cascade to model itself. Implement this via either:

  • utility function pointer
  • additional virtual method for move (virtual destructor present already)

Related to #39, which I am not sure why I considered a non-issue.

malachib avatar Jul 15 '25 15:07 malachib