[ox/sd] Remove ox::move
This commit is contained in:
		
							
								
								
									
										6
									
								
								deps/ox/src/ox/std/utility.hpp
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								deps/ox/src/ox/std/utility.hpp
									
									
									
									
										vendored
									
									
								
							| @@ -22,12 +22,6 @@ constexpr T &&forward(remove_reference_t<T> &&t) noexcept { | ||||
| 	return static_cast<T&&>(t); | ||||
| } | ||||
|  | ||||
| template<typename T> | ||||
| [[deprecated]] | ||||
| constexpr typename remove_reference<T>::type &&move(T &&t) noexcept { | ||||
| 	return static_cast<typename remove_reference<T>::type&&>(t); | ||||
| } | ||||
|  | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user