Changeset 73

Show
Ignore:
Timestamp:
1999-09-20 14:34:31 (9 years ago)
Author:
olly
Message:

Added comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xapian-core/common/match.h

    r66 r73  
    1818//        const int msize = 1000; 
    1919 
     20        // FIXME: try using a heap instead (C++ sect 18.8) 
    2021        priority_queue<PostList*, vector<PostList*>, PLPCmp> pq; 
    2122