Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#237 closed defect (released)

"class Xapian::MSet" has no member named "items"

Reported by: David Spencer Owned by: New Bugs
Priority: low Milestone:
Component: Website Version: SVN trunk
Severity: minor Keywords:
Cc: Blocked By:
Blocking: Operating System: All

Description (last modified by Richard Boulton)

I think this:

cout << matches.items.size() << " results found" << endl;

should use matches.size() instead

thx,

Dave

URL: http://xapian.org/docs/quickstart.html

Change History (3)

comment:1 by Olly Betts, 16 years ago

Resolution: fixed
Status: newclosed

Thanks for spotting this and reporting it - it's a lingering trace of how the API worked many years and versions ago!

Fixed in SVN HEAD, and I've also copied the updated file to the website.

comment:2 by Olly Betts, 16 years ago

Operating System: All
Resolution: fixedreleased

Fixed in 1.0.6.

comment:4 by Richard Boulton, 16 years ago

Description: modified (diff)
Summary: ‘class Xapian::MSet’ has no member named ‘items’"class Xapian::MSet" has no member named "items"
Note: See TracTickets for help on using tickets.