Ticket #237 (closed defect: released)

Opened 11 months ago

Last modified 9 months ago

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

Reported by: david.spencerian+xapian Owned by: newbugs
Priority: low Milestone:
Component: Website Version: SVN trunk
Severity: minor Keywords:
Cc: Blocked By:
Operating System: All Blocking:

Description (last modified by richard) (diff)

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

Changed 11 months ago by olly

  • status changed from new to closed
  • resolution set to fixed

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.

Changed 10 months ago by olly

  • resolution changed from fixed to released

Fixed in 1.0.6.

Changed 10 months ago by trac

  • platform set to All

Changed 9 months ago by richard

  • description modified (diff)
  • summary changed from ‘class Xapian::MSet’ has no member named ‘items’ to "class Xapian::MSet" has no member named "items"
Note: See TracTickets for help on using tickets.