common/swap: Remove unnecessary const on return value of swap()
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Lioncash
					Lioncash