[libcxx-commits] [PATCH] D114000: [libc++][nfc] Improve standard conformance.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 16 10:27:37 PST 2021
Mordante added a comment.
In D114000#3135172 <https://reviews.llvm.org/D114000#3135172>, @Quuxplusone wrote:
> @Mordante: Seems harmless enough (ship it!) but for my information, do you know of any way for the user to //detect// this change? My impression is that the return type of a deleted function is completely unobservable.
I don't know it's indeed undetectable by the user.
I just noticed the odd return type while looking at compiler errors while working on the float formatter. (Caused by me using the wrong lit version.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114000/new/
https://reviews.llvm.org/D114000
More information about the libcxx-commits
mailing list