mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
make swap function noexcept
Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user