[PATCH] D15862: A possible direction for fixing https://llvm.org/bugs/show_bug.cgi?id=25973.

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 7 09:02:51 PST 2016


mclow.lists updated this revision to Diff 44220.
mclow.lists added a comment.

Fixed a problem in the `__is_exactly_input_iterator` trait where it would fail to compile if `<_Iter>` was not an iterator.

Added the cases for `append`, `insert`, and `replace`.

I have updated the tests (not included in this diff)


http://reviews.llvm.org/D15862

Files:
  include/algorithm
  include/iterator
  include/string

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15862.44220.patch
Type: text/x-patch
Size: 11599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160107/354afd26/attachment-0001.bin>


More information about the cfe-commits mailing list