diff --git a/src/asmjit/core/type.h b/src/asmjit/core/type.h index e57a108..bb4c885 100644 --- a/src/asmjit/core/type.h +++ b/src/asmjit/core/type.h @@ -197,6 +197,10 @@ template struct IdOfT { enum : uint32_t { kTypeId = kIdUIntPtr }; }; +template struct IdOfT { + enum : uint32_t { kTypeId = kIdUIntPtr }; +}; + template struct IdOfIntT { static constexpr uint32_t kTypeId =