[ox/std] Fix syntax error in std::is_union_v
This commit is contained in:
2
deps/ox/src/ox/std/typetraits.hpp
vendored
2
deps/ox/src/ox/std/typetraits.hpp
vendored
@ -19,7 +19,7 @@
|
||||
namespace std {
|
||||
|
||||
template<typename T>
|
||||
constexpr bool is_union_v<T> = __is_union(T);
|
||||
constexpr bool is_union_v = __is_union(T);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user