<div dir="ltr">clang currently disallows bound methods from having their address taken but sometimes allows them if the method is overloaded in some way.<div><br></div><div style>The attached patch implements DR61 [*] which affirms that expressions containing unresolved member access should be disallowed when performing "address of" operations.</div>
<div style><br></div><div style><br></div><div style>[*] <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#61">http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#61</a></div><div style><br></div>
<div style>Thanks</div><div style>-- </div><div style>David Majnemer</div></div>