forked from suyu/suyu
common/swap: Remove unnecessary const on return value of swap()
This commit is contained in:
parent
0a868641fa
commit
5c47ea1a4e
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ protected:
|
|||
}
|
||||
|
||||
public:
|
||||
T const swap() const {
|
||||
T swap() const {
|
||||
return swap(value);
|
||||
}
|
||||
swap_struct_t() = default;
|
||||
|
|
Loading…
Reference in a new issue