tag/Id3Unique: add noexcept
This commit is contained in:
parent
3cbadf42a5
commit
edafe4cad6
@ -25,7 +25,7 @@
|
||||
#include <memory>
|
||||
|
||||
struct Id3Delete {
|
||||
void operator()(struct id3_tag *tag) {
|
||||
void operator()(struct id3_tag *tag) noexcept {
|
||||
id3_tag_delete(tag);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user