Skip to content

Commit 9090260

Browse files
Fix
1 parent f2df641 commit 9090260

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wasm-type-printing.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ template<typename Subclass> struct TypeNameGeneratorBase {
4949
private:
5050
constexpr void assertValidUsage() {
5151
// TODO: Convert to C++20 requires check
52+
// The check need MSVC 18.6.0+, otherwise it will cause compiler crash.
5253
#if (!defined(__GNUC__) || __GNUC__ >= 14)
5354
// Check that the subclass provides `getNames` with the correct type.
5455
using Self = TypeNameGeneratorBase<Subclass>;

0 commit comments

Comments
 (0)