mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-17 13:20:15 -06:00
common/swap: Remove unnecessary const on return value of swap()
This commit is contained in:
parent
0a868641fa
commit
5c47ea1a4e
@ -177,7 +177,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
T const swap() const {
|
T swap() const {
|
||||||
return swap(value);
|
return swap(value);
|
||||||
}
|
}
|
||||||
swap_struct_t() = default;
|
swap_struct_t() = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user