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

            Bug ID: 123947
        Issue Type: DEFECT
           Summary: fix stlport emulation when compiling in C++11 mode
           Product: General
           Version: 4.1.0-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: code
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

The stlport wrappers use the system template librariesto behave as required by
TR1 compliant template libraries. These system libraries are often only
available in their own namespace, but the AOO codebase requires them to be also
available in the std namespace, so the wrappers map them there.

When a compiler is in C++11 mode when building AOO in C++11 then the TR1
templates are already available in the std namespace and this results in a
conflict with the wrappers that try to achieve the same.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

Reply via email to