Found by Albert. Could be fixed properly as well, but it turns out this
is entirely unused (ie. things build with operator= marked as deleted).
Deleting it however is a change we cannot apply anymore without breaking
ABI.
Details
Details
- Reviewers
aacid - Commits
- R172:ca14fb77a956: Document known issue in Recurrence::operator=
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 17186 Build 17204: arc lint + arc unit
Comment Actions
From a pure KF5 perspective that is correct. However to ease the transition from Applications to Frameworks we made the promise that the first KF5 release would be a drop-in replacement for the last Application release. Removing the op= symbol would break that promise, and since there are "users" of the symbol (which are dead code, see D24319 and D24320), it nevertheless would break dynamic linking.