Bug 3824 - GW: KWQ needs KWQPair
Summary: GW: KWQ needs KWQPair
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 3250
  Show dependency treegraph
 
Reported: 2005-07-02 20:21 PDT by Eric Seidel (no email)
Modified: 2005-07-03 00:20 PDT (History)
0 users

See Also:


Attachments
whiteroom qpair implementation (#define to use std::pair) (2.00 KB, patch)
2005-07-02 20:23 PDT, Eric Seidel (no email)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-07-02 20:21:45 PDT
mjs suggested this hack.  I just #define the necessary qpair pieces to use std::pair.  See the patch.
Comment 1 Eric Seidel (no email) 2005-07-02 20:23:50 PDT
Created attachment 2763 [details]
whiteroom qpair implementation (#define to use std::pair)
Comment 2 Maciej Stachowiak 2005-07-02 23:47:31 PDT
Comment on attachment 2763 [details]
whiteroom qpair implementation (#define to use std::pair)

Please put a newline at the end of the file, since some unix tools get confused
by files with no newline at the end. Other than that, r=me.