smart_ptr is my own implementation of C++ smart pointers. It implements the smart pointers part (§20.7) of ISO C++ 2011 with some useful new features added (like make_unique) and some features removed ...
I posted this on the Keystone forum yesterday. Maybe this is a more appropriate forum for this issue, so posting it here (I will remove it from the other forum.) I am trying to use a USB camera on the ...