From 26d5048e6720c4c2d52508a6ee44c67dd9fe3ee5 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 22 May 2025 20:05:09 -0500 Subject: [PATCH] [ox/fs] Fix new build error in MSVC (VS 17.14) --- deps/ox/src/ox/fs/filesystem/filelocation.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/deps/ox/src/ox/fs/filesystem/filelocation.hpp b/deps/ox/src/ox/fs/filesystem/filelocation.hpp index 796b7e17..c9f113a1 100644 --- a/deps/ox/src/ox/fs/filesystem/filelocation.hpp +++ b/deps/ox/src/ox/fs/filesystem/filelocation.hpp @@ -24,9 +24,6 @@ enum class FileAddressType: int8_t { Inode, }; -template -constexpr Error model(T *h, CommonPtrWith auto *fa) noexcept; - class FileAddress { template