c++ lambda capture, weak_ptr, shared_ptr many subtle caveats
Some notes about C++ lamba capture, shared_ptr/weak_ptr, they are not quite obvious! (1) lambda capture implement it is simply just put the captures as members either by copy or reference.…