The filesystem implementation seems to be missing the no throw constructor, i.e;
std::filesystem::file_status status( const std::filesystem::path& p, std::error_code& ec ) noexcept
( C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.31.30818\include\filesystem )
The filesystem implementation seems to be missing the no throw constructor, i.e;
std::filesystem::file_status status( const std::filesystem::path& p, std::error_code& ec ) noexcept
( C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.31.30818\include\filesystem )