Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tst_QSpan: check QList<int> -> QSpan<const int> doesn't detach the fo…
…rmer It does. While std::span, does, too, and so users should be using std::as_const(), it's quite simple to avoid for QSpan, so we'll fix it in QSpan. This patch adds the reproducer. Task-number: QTBUG-132133 Pick-to: 6.9 6.8 Change-Id: I2e416fb7344830cd5e0d945cce61491cd6f4a7a5 Reviewed-by: Giuseppe D'Angelo <[email protected]> Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information