<p><a href="https://github.com/codebrainz" class="user-mention">@codebrainz</a> in your example some_func() is part of the globally defined Foo struct so it works.</p>

<p>What I mean is:</p>

<pre><code>struct a { int barbar; };
a an_a;
f(){
    a an_other_a;
    an_a.        <--- barbar suggested
    an_other_a.  <--- nothing suggested
}
</code></pre>

<p>because <code>an_other_a</code> is local.</p>

<p>Totally agree that random selections of symbols (even the STL) should not be forced on users.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/issues/876#issuecomment-173432337">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ9NSc7kGO5uK96qtuHexNGWWXzixks5pcDqAgaJpZM4HI566.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/876#issuecomment-173432337"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>