At compile time, clang 7 complains that IntrospectedInterface is declared both as a struct and a class. We can consistently declare it as a struct to fix the build. Patch attached.
Log in to post a comment.