<table><tr><td style="">dvratil added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D27626">View Revision</a></tr></table><br /><div><div><p>Also note that <tt style="background: #ebebeb; font-size: 13px;">noexcept</tt> 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. <tt style="background: #ebebeb; font-size: 13px;">std::vector<T></tt> will perform a copy if <tt style="background: #ebebeb; font-size: 13px;">T</tt>'s move constructor is not <tt style="background: #ebebeb; font-size: 13px;">noexcept</tt> in order to guarantee strong exceptions safety.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R104 KScreen</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27626">https://phabricator.kde.org/D27626</a></div></div><br /><div><strong>To: </strong>dvratil, Plasma, romangg<br /><strong>Cc: </strong>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<br /></div>