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

This commit is contained in:
2025-07-26 15:09:10 -05:00
parent 69bd968f98
commit 08b9508d83

View File

@ -16,7 +16,7 @@
namespace std { namespace std {
inline constexpr struct { inline constexpr struct ignore_t {
constexpr void operator=(auto&&) const noexcept {} constexpr void operator=(auto&&) const noexcept {}
} ignore; } ignore;