Issue 64968 - src680-m165 doesn't compile --without-stlport4
Summary: src680-m165 doesn't compile --without-stlport4
Status: CLOSED DUPLICATE of issue 67251
Alias: None
Product: Calc
Classification: Application
Component: code (show other issues)
Version: 680m164
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: niklas.nebel
QA Contact: issues@sc
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2006-05-01 16:45 UTC by bero
Modified: 2006-09-04 13:48 UTC (History)
1 user (show)

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


Attachments
Fix (458 bytes, patch)
2006-05-01 16:46 UTC, bero
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description bero 2006-05-01 16:45:39 UTC
When trying to compile src680-m165 without stlport, the compile aborts because 
lexicographical_compare_3way isn't a member of namespace std.

GNU libstdc++ defines lexicographical_compare_3way in __gnu_cxx because it 
isn't part of the official ISO C++ standard.
Comment 1 bero 2006-05-01 16:46:19 UTC
Created attachment 36196 [details]
Fix
Comment 2 dridgway 2006-05-24 07:08:52 UTC
Proposed fix is included: therefore changing type to PATCH. 
Comment 3 stx123 2006-08-09 08:22:56 UTC
Does the patch still apply?
Comment 4 niklas.nebel 2006-09-04 13:48:13 UTC
See issue 67251. The use of lexicographical_compare_3way has been removed.

*** This issue has been marked as a duplicate of 67251 ***
Comment 5 niklas.nebel 2006-09-04 13:48:45 UTC
closing