the inner shared_ptr is treated as a different type typedef std::list<boost::shared_ptr> devices_const_t; typedef std::list<boost::shared_ptr> devices_t; Falling back to devices_t since that is what dSA uses elsewhere
Signed-off-by: Andreas Fenkart andreas.fenkart@dev.digitalstrom.org