D9236: Fill lists of default-constructed types directly, not append any by value
Aaron Puchert
noreply at phabricator.kde.org
Fri Dec 8 21:22:02 UTC 2017
aaronpuchert added a comment.
By the way, it's usually a good idea to have vector elements nothrow-move constructible. This can be checked with
static_assert(std::is_nothrow_move_constructible<Type>::value, "...");
for a `QVector<T>`. This doesn't always seem to be the case. Maybe I'll have a look what can be done there.
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D9236
To: kossebau, #kdevelop
Cc: aaronpuchert, brauch, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20171208/a279ab64/attachment.html>
More information about the KDevelop-devel
mailing list