https://issues.apache.org/ooo/show_bug.cgi?id=121585

            Bug ID: 121585
        Issue Type: DEFECT
           Summary: Replace non stlport hash_map with boost::unordered_map
    Classification: Code
           Product: tools
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: code
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Created attachment 80100
  --> https://issues.apache.org/ooo/attachment.cgi?id=80100&action=edit
[WIP] Shell script to do automated hash --> unordered_map replacements

stlport is starting to interfere with boost which is bothersome when we have to
update either of the packages but also when one starts to make more use of
boost in the system.

In general STLport has supports some older SGI functions (vectors, hash) that
are deprecated in modern standards and that have equivalents in Boost. 

Looking at the changes required to get rid of STLport, the most extensive
change is replacing the older non-std hashmap with the equivalent
unordered_map.

The changes are mostly automatic so I made a rough script to make those
replacements. This still needs (a lot) more work but it should be a start.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to