[Xapian-tickets] [Xapian] #642: Add C++11 move constructors and assignment ops

Xapian nobody at xapian.org
Tue May 13 04:45:58 BST 2014


#642: Add C++11 move constructors and assignment ops
--------------------------------+-------------------
        Reporter:  olly         |      Owner:  olly
            Type:  defect       |     Status:  new
        Priority:  normal       |  Milestone:  1.3.x
       Component:  Library API  |    Version:
        Severity:  normal       |   Keywords:
      Blocked By:               |   Blocking:
Operating System:  All          |
--------------------------------+-------------------
\
\
 When compiling in C++11 mode, we should provide these where they are
 useful.

 Taking care of the public API is probably more of a priority than internal
 uses, as it would be better to have that done before we release 1.4.0,
 though if these new methods are inlined this probably isn't an ABI-
 incompatible change.

 For intrusive_ptr, newer BOOST seems to have suitable versions for us to
 copy over.
\
\
\

--
Ticket URL: <http://trac.xapian.org/ticket/642>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list