[libcxx-commits] [PATCH] D148432: [libc++] Simplify the tuple constructor overload set

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 8 08:08:02 PDT 2023


philnik created this revision.
philnik added reviewers: ldionne, Mordante.
Herald added a project: All.
philnik updated this revision to Diff 520235.
philnik added a comment.
philnik updated this revision to Diff 520238.
ldionne published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Address comments


philnik added a comment.

Disable GCC warnings


This uses conditional explicit to avoid having two overloads for implicit/explicit conversions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148432

Files:
  libcxx/include/tuple

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148432.520238.patch
Type: text/x-patch
Size: 18942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230508/6bd54303/attachment-0001.bin>


More information about the libcxx-commits mailing list