https://issues.apache.org/ooo/show_bug.cgi?id=123770
Bug ID: 123770
Issue Type: TASK
Summary: replace wrapping of stlport's hash_*::data_type
Product: General
Version: 4.0.0
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 123754
The pre-TR1 hash_* containers had a data_type typedef that correspond to the
mapped_type typedef in the TR1 unordered_* containers. The stlport-replacement
header wrappers emulated the old data_type typedef.
As all platforms have been converted to work by using TR1 templates instead of
their stlport4 counterparts the emulation of the data_type is no longer needed
if the code is converted to use mapped_type directly. This allows further
thinning of the stlport-replacement header wrappers.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.