From 8c0b0263dbba4f6b87e41334c6841ed9c22c4e68 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