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