Changeset 8977


Ignore:
Timestamp:
2005-02-07T15:43:42+13:00 (19 years ago)
Author:
jrm21
Message:

added compare function to multimap for old VC 4.2 compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/comtypes.h

    r8452 r8977  
    6868
    6969/* macro name -> (params, value) */
    70 typedef multimap<text_t, pair<text_t, text_t> > macros_map;
     70typedef multimap<text_t, pair<text_t, text_t>, less<text_t> > macros_map;
    7171
    7272struct ColInfoResponse_t {
Note: See TracChangeset for help on using the changeset viewer.