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 6e952fc commit 5ebf0e1Copy full SHA for 5ebf0e1
mlir/lib/Target/Wasm/TranslateFromWasm.cpp
@@ -106,7 +106,7 @@ template <std::byte Byte>
106
struct UniqueByte : ByteSequence<Byte> {};
107
108
template <typename T, T... Values>
109
-constexpr ByteSequence<std::byte{Values}...>
+constexpr ByteSequence<std::byte(Values)...>
110
byteSeqFromIntSeq(std::integer_sequence<T, Values...>) {
111
return {};
112
}
0 commit comments