Skip to content

Commit 05357fd

Browse files
authored
Remove a line that was left in from drafting
1 parent e9837d7 commit 05357fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

abi.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,6 @@ <h4><a href="#data-member-pointers"> 2.3.1 Data Member Pointers </a></h4>
760760
// The offset in D of the B3 base subobject is 2, but the
761761
// offset of the data member b is 1.
762762
auto mptr = static_cast<char B3::*>(&D::b);
763-
764-
char B::*mptr = static_cast<char B::*>(static_cast<char C::*>(&A::a));
765763
</pre>
766764

767765
<a name="member-function-pointers"></a>

0 commit comments

Comments
 (0)