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()
|
||||
|
@@ -174,7 +174,7 @@ private:
|
||||
*/
|
||||
DecoderCommand DoSendTag(const Tag &tag);
|
||||
|
||||
bool UpdateStreamTag(InputStream *is);
|
||||
bool UpdateStreamTag(InputStream *is) noexcept;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user