Issue 1725 - STLport-4.5 -- remofe_if() undefined in urp_cache.hxx
Summary: STLport-4.5 -- remofe_if() undefined in urp_cache.hxx
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: 638
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: ---
Assignee: jens-heiner.rechtien
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-27 01:55 UTC by nickb
Modified: 2001-11-06 20:40 UTC (History)
1 user (show)

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


Attachments
bridge/source/remote/urp/urp_cache.hxx (418 bytes, patch)
2001-09-27 01:55 UTC, nickb
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description nickb 2001-09-27 01:55:01 UTC
While compiling on IRIX using STLport-4.5, bridges/source/remote/urp/urp_cache.hxx
contains references to remove_if(), but they are not defined anywhere. It looks as 
if it is simply missing an include:
#include <algorithm>

I suspect this is not platform specific, but may well be specific to STLport-4.5.
Comment 1 nickb 2001-09-27 01:55:51 UTC
Created attachment 528 [details]
bridge/source/remote/urp/urp_cache.hxx
Comment 2 jens-heiner.rechtien 2001-09-28 12:20:18 UTC
Hi,

I'm currently doing a test build with gcc-3.0.1 and STLPort-4.5. I 
hope I'll catch all these missing #include <algorithm> during build.

Heiner
Comment 3 jens-heiner.rechtien 2001-09-28 12:22:07 UTC
Accepted
Comment 4 jens-heiner.rechtien 2001-10-12 18:19:17 UTC
fixed
Comment 5 jens-heiner.rechtien 2001-11-06 20:40:25 UTC
closed