We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9837d7 commit 05357fdCopy full SHA for 05357fd
abi.html
@@ -760,8 +760,6 @@ <h4><a href="#data-member-pointers"> 2.3.1 Data Member Pointers </a></h4>
760
// The offset in D of the B3 base subobject is 2, but the
761
// offset of the data member b is 1.
762
auto mptr = static_cast<char B3::*>(&D::b);
763
-
764
- char B::*mptr = static_cast<char B::*>(static_cast<char C::*>(&A::a));
765
</pre>
766
767
<a name="member-function-pointers"></a>
0 commit comments