The following line won't compile with latest GCC or clang, but compiles with MSVC. ```cpp PRO_DEF_MEMBER_DISPATCH(Foo, void(), void(int)); ```