[ox/std] Fix syntax error in std::is_union_v
This commit is contained in:
Vendored
+1
-1
@@ -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