make swap function noexcept

Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
Rosen Penev
2023-12-13 12:59:03 +01:00
committed by Urs Fleisch
parent b4fe04f8e0
commit fa234fc053
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ namespace TagLib {
/*!
* Exchanges the content of the FileRef by the content of \a ref.
*/
void swap(FileRef &ref);
void swap(FileRef &ref) noexcept;
/*!
* Returns true if this FileRef and \a ref point to the same File object.