[libcxx-commits] [PATCH] D121604: [libc++][NFC] Remove several redundant #if _LIBCPP_STD_VER > 17 in <span>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 14 08:38:03 PDT 2022


ldionne created this revision.
ldionne added a reviewer: jloser.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

It turns out that the whole header is only enabled in C++20 and above,
so these checks were redundant (and always true).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121604

Files:
  libcxx/include/span

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121604.415102.patch
Type: text/x-patch
Size: 4621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220314/94e46163/attachment.bin>


More information about the libcxx-commits mailing list