[libcxx-commits] [PATCH] D71994: SFINAE span default constructor on Extent == 0
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 2 17:47:51 PST 2020
mclow.lists added a comment.
What is the benefit to the user to have this constructor SFINAE away?
With `static_assert` we can craft an error message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71994/new/
https://reviews.llvm.org/D71994
More information about the libcxx-commits
mailing list