[Xapian-tickets] [Xapian] #385: Expanding docids (etc) beyond 32 bit types

Xapian nobody at xapian.org
Tue Jun 23 14:55:51 BST 2015


#385: Expanding docids (etc) beyond 32 bit types
-------------------------+------------------------------
 Reporter:  james        |             Owner:  olly
     Type:  enhancement  |            Status:  assigned
 Priority:  normal       |         Milestone:  1.3.x
Component:  Other        |           Version:  SVN trunk
 Severity:  minor        |        Resolution:
 Keywords:               |        Blocked By:
 Blocking:               |  Operating System:  All
-------------------------+------------------------------

Comment (by olly):

 The change to make the `operator<<` function a template doesn't look right
 to me, and GCC seems to agree.  I think the template would need to be
 explicitly instantiated for any types it will be used for in order for
 that to work, but it's a template mostly to avoid having to worry about
 what types we are going to use it for.  Perhaps it is best to just inline
 the template from the header.

--
Ticket URL: <http://trac.xapian.org/ticket/385#comment:11>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list