<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Kill BOOST_FOREACH on master and use C++11s range-based for() loops instead"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87003#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Kill BOOST_FOREACH on master and use C++11s range-based for() loops instead"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87003">bug 87003</a>
              from <span class="vcard"><a class="email" href="mailto:ny.nathan.yee@gmail.com" title="Nathan Yee <ny.nathan.yee@gmail.com>"> <span class="fn">Nathan Yee</span></a>
</span></b>
        <pre>I've been working on this bug since there seems to not have been activity on
this bug for more than a week. It seems like converting to range-based for
loops is fairly trivial except in this specific case shown here:

<a href="http://opengrok.libreoffice.org/xref/core/sw/source/core/doc/CntntIdxStore.cxx#271">http://opengrok.libreoffice.org/xref/core/sw/source/core/doc/CntntIdxStore.cxx#271</a>

Apparently range-based for loops cannot be used to iterate over an std::pair.
Does anyone have any advice on how to resolve this issue? I have replaced all
instances of BOOST_FOREACH in the project except for this one already.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>