*: add lots of "noexcept" specifications

This commit is contained in:
Max Kellermann
2017-06-04 13:09:11 +02:00
parent 979f1b6c39
commit ae713cb099
9 changed files with 20 additions and 20 deletions

View File

@@ -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,