https://bugs.freedesktop.org/show_bug.cgi?id=87003
David Tardon <dtardon@redhat.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtardon@redhat.com
--- Comment #5 from David Tardon <dtardon@redhat.com> ---
(In reply to Nathan Yee from comment #4)
http://opengrok.libreoffice.org/xref/core/sw/source/core/doc/CntntIdxStore.
cxx#271
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?
Iterate over pRedlineTbl. That is what the current BOOST_FOREACH does, i.e., it
iterates over a range defined by an std::pair of iterators.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Context
- [Bug 87003] Kill BOOST_FOREACH on master and use C++11s range-based for() loops instead · bugzilla-daemon
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.