D27626: refactor: fix various compiler warnings
Daniel Vrátil
noreply at phabricator.kde.org
Tue Feb 25 15:21:57 GMT 2020
dvratil added a comment.
Also note that `noexcept` is not a compile-time check, it's a hint to enable some optimizations. It makes a difference when using standard library containers, e.g. `std::vector<T>` will perform a copy if `T`'s move constructor is not `noexcept` in order to guarantee strong exceptions safety.
REPOSITORY
R104 KScreen
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D27626
To: dvratil, #plasma, romangg
Cc: romangg, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200225/1835e7e5/attachment.html>
More information about the Plasma-devel
mailing list