[libcxx-commits] [PATCH] D80895: [libcxx] adds operator<=> for basic_string

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 1 08:37:47 PDT 2020


cjdb updated this revision to Diff 267633.
cjdb marked 2 inline comments as done.
cjdb added a comment.

Applies @miscco's suggestions.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80895/new/

https://reviews.llvm.org/D80895

Files:
  libcxx/include/string
  libcxx/test/std/strings/basic.string/string.nonmembers/string_opcmp/pointer_string.pass.cpp
  libcxx/test/std/strings/basic.string/string.nonmembers/string_opcmp/string_pointer.pass.cpp
  libcxx/test/std/strings/basic.string/string.nonmembers/string_opcmp/string_string.pass.cpp
  libcxx/test/std/strings/basic.string/string.nonmembers/string_opcmp/string_string_view.pass.cpp
  libcxx/test/std/strings/basic.string/string.nonmembers/string_opcmp/string_view_string.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80895.267633.patch
Type: text/x-patch
Size: 25845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200601/5cd97126/attachment-0001.bin>


More information about the libcxx-commits mailing list