Skip to content

Commit c4233f0

Browse files
Update tools/clang/lib/Headers/hlsl/dx/linalg.h
Co-authored-by: Damyan Pepper <[email protected]>
1 parent be4c02f commit c4233f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/lib/Headers/hlsl/dx/linalg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ enum MatrixLayout {
4545
namespace details {
4646

4747
template <typename T> struct IsUnsigned {
48-
static const bool value = false;
48+
static const bool Value = false;
4949
};
5050

5151
template <> struct IsUnsigned<uint32_t> {

0 commit comments

Comments
 (0)