You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/01/02 15:10:08 UTC

[Bug 123947] New: fix stlport emulation when compiling in C++11 mode

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: hdu@apache.org
          Reporter: hdu@apache.org
                CC: issues@openoffice.apache.org

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.

[Bug 123947] fix stlport emulation when compiling in C++11 mode

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123947

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.1.0

--- Comment #2 from hdu@apache.org <hd...@apache.org> ---
Fixed with the commit above.

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

[Bug 123947] fix stlport emulation when compiling in C++11 mode

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123947

--- Comment #1 from SVN Robot <sv...@dev.null.org> ---
"hdu" committed SVN revision 1554812 into trunk:
#i123947# fix stlport emulation wrappers when compiling in C++11 mode

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

[Bug 123947] fix stlport emulation when compiling in C++11 mode

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123947

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |122766, 122208

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