fix: cannot build with clang on Windows (#4978)

Fixes #4977.
This commit is contained in:
Charles Kerr 2023-02-21 11:08:28 -06:00 committed by GitHub
parent db118e7998
commit 9d1a141482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
namespace
{
[[nodiscard]] auto constexpr isOpen(tr_sys_file_t fd) noexcept
[[nodiscard]] auto isOpen(tr_sys_file_t fd) noexcept
{
return fd != TR_BAD_SYS_FILE;
}