Changeset 73
- Timestamp:
- 1999-09-20 14:34:31 (9 years ago)
- Files:
-
- 1 modified
-
trunk/xapian-core/common/match.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xapian-core/common/match.h
r66 r73 18 18 // const int msize = 1000; 19 19 20 // FIXME: try using a heap instead (C++ sect 18.8) 20 21 priority_queue<PostList*, vector<PostList*>, PLPCmp> pq; 21 22
