[ox/std] Deprecate ox::move
This commit is contained in:
@@ -17,7 +17,7 @@ FileAddress::FileAddress(const FileAddress &other) noexcept {
|
||||
}
|
||||
|
||||
FileAddress::FileAddress(FileAddress &&other) noexcept {
|
||||
operator=(move(other));
|
||||
operator=(std::move(other));
|
||||
}
|
||||
|
||||
FileAddress::FileAddress(std::nullptr_t) noexcept {
|
||||
|
||||
Reference in New Issue
Block a user