The return type of the deleted functions doesn't match the synopsis in
the standard.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGbfc253c00068: [libc++][nfc] Improve standard conformance.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@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.
Comment Actions
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.)