lib: Changing std::auto_ptr to const std::auto_ptr where needed.
commit7bb5d5b7c800e2bcc5bbb88713a04e22c0c9a8eb
authorToby Gray <toby.gray@realvnc.com>
Thu, 7 Jun 2012 14:58:16 +0000 (7 15:58 +0100)
committerChris Frey <cdfrey@foursquare.net>
Wed, 25 Jul 2012 03:40:39 +0000 (24 23:40 -0400)
tree6597fed0b444021778ed51ecd49e967a8fcbfbf3
parentb5dac5ee42083dfc0fc94b76b317ab9a78ecdb46
lib: Changing std::auto_ptr to const std::auto_ptr where needed.

This is needed for classes which need to have a compiler created assignment operator.

Some platforms, such as MSCL with STLPort, decide that classes contain non-const
std::auto_ptr can't have a const operator== created for them.
src/controller.h
src/usbwrap.h
src/usbwrap_libusb_1_0.cc