[ox/std] Give std::ignore a named type
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
namespace std {
|
||||
|
||||
inline constexpr struct {
|
||||
inline constexpr struct ignore_t {
|
||||
constexpr void operator=(auto&&) const noexcept {}
|
||||
} ignore;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user