[PATCH] D11576: Fix a problem in inplace_merge, where we leave objects in a moved-from state.

Marshall Clow mclow.lists at gmail.com
Wed Jul 29 09:26:25 PDT 2015


mclow.lists accepted this revision.
mclow.lists added a reviewer: mclow.lists.
mclow.lists marked an inline comment as done.
mclow.lists added a comment.
This revision is now accepted and ready to land.

Committed as revision 243530


================
Comment at: include/algorithm:4365
@@ +4364,3 @@
+template <class _Compare, class _InputIterator1, class _InputIterator2,
+          class _OutputIterator>
+void __half_inplace_merge(_InputIterator1 __first1, _InputIterator1 __last1,
----------------
EricWF wrote:
> `_LIBCPP_INLINE_VISIBILITY`
I don't think so. That's a reasonably large function. Note that __merge is not so decorated.


http://reviews.llvm.org/D11576







More information about the cfe-commits mailing list