mirror of
https://github.com/taglib/taglib.git
synced 2026-06-14 02:09:27 -04:00
make swap function noexcept
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -448,7 +448,7 @@ bool FileRef::isNull() const
|
||||
|
||||
FileRef &FileRef::operator=(const FileRef &) = default;
|
||||
|
||||
void FileRef::swap(FileRef &ref)
|
||||
void FileRef::swap(FileRef &ref) noexcept
|
||||
{
|
||||
using std::swap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user