With clang 7, I see a build error due to symbols being declared in the wrong namespace. Expanding the scope of 'namespace DBus' to include operator overloads declared in types.h fixes the build for me. Patch attached.
Log in to post a comment.