chromecast: Account for exceptions thrown by constructors
commitde91aed8dc20f5202ff4789a3ab432837fbc7be6
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Thu, 1 Mar 2018 10:29:08 +0000 (1 11:29 +0100)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Thu, 1 Mar 2018 10:34:50 +0000 (1 11:34 +0100)
treecae08702354e8b6a3e9b3c4346854674c2fcb5d4
parentf281f7606bb5b61e6599b19eabf06378d7538d85
chromecast: Account for exceptions thrown by constructors

std::nothrow will just prevent std::bad_alloc from being thrown, but
some of the member variables' constructors will throw std::runtime_error
modules/stream_out/chromecast/cast.cpp