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

Reply via email to