Hacker News new | ask | show | jobs
by beached_whale 3536 days ago
I did that in the C++11 days by creating a bastard class template that would subvert the copy operator and turn it into a move and capture that by value.

It was ugly as heck and was removed as soon as I have c++14