Issue 1087 - svx uses ::_STL:: rather than ::std::
Summary: svx uses ::_STL:: rather than ::std::
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: documentation (show other issues)
Version: 633
Hardware: SGI IRIX
: P5 (lowest) Trivial (vote)
Target Milestone: OOo 1.1 Beta
Assignee: bjoern.milcke
QA Contact: issues@porting
URL:
Keywords:
Depends on: 1096 1283
Blocks:
  Show dependency tree
 
Reported: 2001-06-22 06:40 UTC by issues@www
Modified: 2003-12-06 14:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
svx/inc/xmleohlp.hxx : Patch to use ::std::vector (476 bytes, patch)
2003-12-06 14:52 UTC, issues@www
no flags Details | Diff
svx/source/xml/xmlgrhlp.cxx : Patch to use ::std:: (652 bytes, patch)
2003-12-06 14:52 UTC, issues@www
no flags Details | Diff
svx/inc/xmlgrhlp.hxx : Patch to use ::std:: (880 bytes, patch)
2003-12-06 14:52 UTC, issues@www
no flags Details | Diff
svx/inc/xmleohlp.hxx : Patch to compile using libstdc++ (633) (616 bytes, patch)
2003-12-06 14:52 UTC, issues@www
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description issues@www 2001-06-22 06:40:46 UTC
I am not sure if there is a macro that should be used, however _STL is not very 
cross-STL.
Comment 1 issues@www 2001-06-22 06:41:49 UTC
Created attachment 307 [details]
svx/inc/xmleohlp.hxx : Patch to use ::std::vector
Comment 2 issues@www 2001-06-22 06:44:31 UTC
Created attachment 308 [details]
svx/source/xml/xmlgrhlp.cxx : Patch to use ::std::
Comment 3 issues@www 2001-06-22 06:47:30 UTC
Created attachment 309 [details]
svx/inc/xmlgrhlp.hxx : Patch to use ::std::
Comment 4 issues@www 2001-06-22 06:50:59 UTC
Another solution would be ..

#ifndef _STL
#define _STL std
#endif
Comment 5 issues@www 2001-07-24 22:10:47 UTC
Created attachment 425 [details]
svx/inc/xmleohlp.hxx : Patch to compile using libstdc++ (633)
Comment 6 issues@www 2001-07-24 22:13:30 UTC
Attach 308 and now also attach 425 are visible in 633
Comment 7 Martin Hollmichel 2001-07-26 14:31:33 UTC
Michael, can take care of this ?!
Comment 8 Unknown 2001-11-08 22:53:07 UTC
changing QA contact from bugs@ to issues@
Comment 9 michael.brauer 2002-05-07 12:20:10 UTC
I will remove the stl defines.
Comment 10 sander_traveling 2002-05-14 23:55:40 UTC
actually reassigning it (doesn't seem to have worked before, still
shows up as my issue)
Comment 11 michael.brauer 2003-01-22 17:57:24 UTC
.
Comment 12 andreas.martens 2003-01-23 11:52:09 UTC
AMA->IHA: Please take care of this bug. Of course you may contact MIB
if needed.
Comment 13 IngridvdM 2003-01-30 13:28:43 UTC
IHA->BM: You offered to do this :).
Comment 14 bjoern.milcke 2003-01-30 15:06:20 UTC
I replaced the one _STL namespace by std and removed all #ifndef
__SGI_STL_... occurances around includes of standard headers.

Fixed in CWS bm2
Comment 15 bjoern.milcke 2003-02-06 13:02:51 UTC
checked in the source code. It compiles on all platforms.
Comment 16 bjoern.milcke 2003-02-18 12:00:12 UTC
The changes made it into the m4 (build 8543), which will be base for
OOo 1.1 beta