To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73728
User sb changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
Target milestone|--- |OOo 2.3
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jan 22 07:47:57 -0800
2007 -------
data_type appears to be STLport-specific. The standard name is mapped_type.
(value_type is the pair of key and mapped type.) So, either
std::pair< Map::key_type const, Map::mapped_type >(...)
or
Map::value_type(...)
should be correct replacements for
std::pair< Map::key_type const, Map::data_type >(...)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]