cmakshin

Results 5 comments of cmakshin

Yes, in my case the type is derived from a class defined and used by a third-party library. It is not movable due to non-trivial base class' destructor and copies...

OK, thanks for the information. But I still think there are other people who might find this feature useful. If the initial description wasn't clear enough, I suggest to make...

@fourpastmidnight Thanks for the tips. Unfortunately, the size of spare time "chunks" I have causes problems with returning to work on this PR, partially because I need to install and,...

I'll think about a strategy class after implementing checkins in order to get better overview of what tasks can be delegated to that strategy class.

Hi. I apologize for the long silence but I've tested your changes with a non-copyable-non-movable (i.e. explicitly deleted copy and move constructors and operators) component type and everything is fine.