https://issues.apache.org/ooo/show_bug.cgi?id=123755
Bug ID: 123755
Issue Type: TASK
Summary: replace wrapping of stlport's hash_*::resize() method
Product: General
Version: 4.0.0
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P4
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 123754
The pre-TR1 hash_* containers had resize() methods that correspond to the
rehash() methods in the TR1 unordered_* containers. The stlport-replacement
header wrappers emulated the old methods with the ones available.
As all platforms have been converted to work use TR1 templates instead of their
stlport4 counterparts the emulation of the resize() method is no longer needed,
if the invocations are converted to call rehash() instead. 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.