*: add lots of "noexcept" specifications
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
Tag::Tag(const Tag &) {}
|
||||
void Tag::Clear() {}
|
||||
void Tag::Clear() noexcept {}
|
||||
|
||||
static void
|
||||
check_descending_priority(const Queue *queue,
|
||||
|
Reference in New Issue
Block a user