We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ff88f commit a67f92aCopy full SHA for a67f92a
include/nbl/builtin/hlsl/type_traits.hlsl
@@ -635,7 +635,7 @@ struct size_of
635
};
636
637
template<class T>
638
-using alignment_of = std::alignment_of<T>;
+struct alignment_of : public std::alignment_of<T> {};
639
640
template<class T> using remove_const = std::remove_const<T>;
641
template<class T> using remove_volatile = std::remove_volatile<T>;
0 commit comments