[ox/std] Give std::ignore a named type

(synced from 08b9508d83)
This commit is contained in:
2025-07-26 15:09:10 -05:00
parent e07e3975f2
commit 4ca8951469
+1 -1
View File
@@ -16,7 +16,7 @@
namespace std {
inline constexpr struct {
inline constexpr struct ignore_t {
constexpr void operator=(auto&&) const noexcept {}
} ignore;