<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - SPELL: af_ZA.aff quietly broken"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126311#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - SPELL: af_ZA.aff quietly broken"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126311">bug 126311</a>
              from <span class="vcard"><a class="email" href="mailto:elmar.braun@sh-p.de" title="elmar.braun@sh-p.de">elmar.braun@sh-p.de</a>
</span></b>
        <pre>The relevant section of the documentation reads: "Condition is a simplified,
regular expression-like pattern, which must be met before the affix can be
applied. (Dot signs an arbitrary character. Characters in braces sign an
arbitrary character from the character subset. Dash hasn't got special meaning,
but circumflex (^) next the first brace sets the complementer character set.)"

So, no mention of a leading circumflex in an expressly "simplified" pattern.
Nor is there mention of the following regex-like patterns that are currently
used in SFX statements in af_ZA.aff: ".{1,3}"; ".+"; "(d|t)"

Furthermore I've grepped my way through all .aff files currently in the
repository, and found no other that uses any of these for SFX/PFX conditions.

Not sure if this helps, or catches this instance, but for libstdc++ there
appears to be a define "_GLIBCXX_DEBUG", which enables some kind of iterator
debugging. Likewise for libc++:
<a href="http://releases.llvm.org/8.0.0/projects/libcxx/docs/DesignDocs/DebugMode.html#iterator-debugging-checks">http://releases.llvm.org/8.0.0/projects/libcxx/docs/DesignDocs/DebugMode.html#iterator-debugging-checks</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>