input/InputStream: add noexcept
to ReadTag()
This commit is contained in:
@@ -214,7 +214,7 @@ DecoderBridge::DoSendTag(const Tag &tag)
|
||||
}
|
||||
|
||||
bool
|
||||
DecoderBridge::UpdateStreamTag(InputStream *is)
|
||||
DecoderBridge::UpdateStreamTag(InputStream *is) noexcept
|
||||
{
|
||||
auto tag = is != nullptr
|
||||
? is->LockReadTag()
|
||||
|
Reference in New Issue
Block a user