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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #80109|0                           |1
        is obsolete|                            |

--- Comment #10 from [email protected] ---
Created attachment 80221
  --> https://issues.apache.org/ooo/attachment.cgi?id=80221&action=edit
patches and script for automated hash_* to boost::unordered conversion

The patch contains a modified version of Pedro's automated container conversion
from pre-standardized STL's hash_map, hash_set, etc. to their boost::unordered
counterparts. It already works well enough to build AOO with GCC in C++11 mode
and the application then works. Much more testing is required though not only
for the application itself but also when building under different environments.

To test the patch please:
- checkout a clean trunk (e.g. as of today 2013/02/07)
- apply the patch
- cd main
- source tmp_unordered.sh
... then follow the standard build instructions

AFAIK all compilers for our platforms already support what we'd need from
C++11, I suggest to switch to each compilers native STL. Or make it
configurable to allow e.g. libstdc++/libc++/boost/stlport5/msvc_tr1 containers,
etc.

-- 
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