Robuta

https://cplusplus.github.io/LWG/issue4341 Issue 4341: Missing rvalue reference qualification for task::connect() C++ library issue. Status: WP issuemissingrvaluereferencequalification https://nl.mathworks.com/help/bugfinder/ref/constrvaluereferenceparametermaycauseunnecessarydatacopies.html Const rvalue reference parameter may cause unnecessary data copies - The const-ness of an rvalue... This defect occurs when a function takes a const rvalue reference as parameter. https://codeql.github.com/codeql-standard-libraries/javascript/semmle/javascript/DefUse.qll/type.DefUse$RValue.html RValue API documentation for CodeQL rvalue https://cplusplus.github.io/LWG/issue4342 Issue 4342: Missing rvalue reference qualification for task_scheduler::ts-sender::connect() C++ library issue. Status: WP https://gcc.gnu.org/pipermail/gcc-help/2018-May/132203.html std::get not returning const rvalue reference from const rvalue reference of tuple stdgetreturningconstrvalue https://cpptruths.blogspot.com/2012/03/rvalue-references-in-constructor-when.html?showComment=1331394811323 Rvalue references in constructor: when less is more A blog on various topics in C++ programming including language features, standards, idioms, design patterns, functional, and OO programming. rvaluereferencesconstructorless https://blog.rvalue.moe/ rvalue's blog Blog of rvalue: Τhіnk οncе, сοdе ΝаΝcе; rvalueblog https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/454/commits inline some function of StateData and takes captures by rvalue (highlighter_benchmark 2.5% faster)... Inline some function of StateData and takes captures by rvalue to reduce copies (highlighter_benchmark 2.5% faster) In addition: Q_ASSERT(!isEmpty()) is...