Issue 1725

Summary: STLport-4.5 -- remofe_if() undefined in urp_cache.hxx
Product: porting Reporter: nickb
Component: codeAssignee: jens-heiner.rechtien
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 638   
Target Milestone: ---   
Hardware: SGI   
OS: IRIX   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
bridge/source/remote/urp/urp_cache.hxx none

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