*: add lots of "noexcept" specifications
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "util/AllocatedString.hxx"
|
||||
|
||||
TagMask
|
||||
Response::GetTagMask() const
|
||||
Response::GetTagMask() const noexcept
|
||||
{
|
||||
return GetClient().tag_mask;
|
||||
}
|
||||
|
@@ -66,7 +66,7 @@ public:
|
||||
* to avoid including Client.hxx.
|
||||
*/
|
||||
gcc_pure
|
||||
TagMask GetTagMask() const;
|
||||
TagMask GetTagMask() const noexcept;
|
||||
|
||||
void SetCommand(const char *_command) {
|
||||
command = _command;
|
||||
|
Reference in New Issue
Block a user