You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><aclass="reference internal" href="#what-is-the-difference-between-int-foo-and-int-foo">What is the difference between "int *foo" and "int foo[]"?</a></li>
50
50
<li><aclass="reference internal" href="#why-are-pointed-to-types-uniform-by-default">Why are pointed-to types "uniform" by default?</a></li>
51
-
<li><aclass="reference internal" href="#what-am-i-getting-an-error-about-assigning-a-varying-lvalue-to-a-reference-type">What am I getting an error about assigning a varying lvalue to a reference type?</a></li>
51
+
<li><aclass="reference internal" href="#why-am-i-getting-an-error-about-assigning-a-varying-lvalue-to-a-reference-type">Why am I getting an error about assigning a varying lvalue to a reference type?</a></li>
52
52
</ul>
53
53
</li>
54
54
<li>Interoperability<ul>
@@ -291,8 +291,8 @@ <h2>Why are pointed-to types "uniform" by default?</h2>
291
291
functions. Thus, making the pointed-to type uniform by default leads to
0 commit comments