Search code examples
Is it false positive here: warning C4172: returning address of local variable or temporary?...


c++compiler-warningstemporary-objectsreference-binding

Read More
Can you bind a const T*&& to an xvalue of type T*?...


c++language-lawyertemporary-objectsconst-correctnessreference-binding

Read More
Temporary object creation for reference parameter and optimization changes...


c++language-lawyerclang++const-correctnessreference-binding

Read More
Why do I need a const lambda when calling std::partition...


c++referencestlreference-binding

Read More
Prolonging life of a temporary object using const reference...


c++pass-by-referencelifetimetemporary-objectsreference-binding

Read More
Binding const rvalues reference to non-const rvalues?...


c++reference-binding

Read More
C++ - using const reference to prolong a member of a temporary, ok or UB?...


c++language-lawyerlifetimetemporaryreference-binding

Read More
invalid initialization of non-const reference of type ‘std::string&...


c++stdpass-by-referencelvaluereference-binding

Read More
Copy initialization with deleted copy constructor in reference initialization...


c++c++11language-lawyerimplicit-conversionreference-binding

Read More
Does forming a reference to an object constitute access?...


c++language-lawyerundefined-behaviornull-pointerreference-binding

Read More
Why is a double convertible to a const-reference of seemingly any primitive?...


c++language-lawyerreference-binding

Read More
Best viable conversion function...


c++language-lawyerimplicit-conversionoverload-resolutionreference-binding

Read More
Non-const lvalue reference to type 'A *' cannot bind to a value of unrelated type 'std::...


c++shared-ptrreference-binding

Read More
lvalue and rvalue as function parameters...


c++rvalue-referencetemplate-argument-deductionconst-referencereference-binding

Read More
Using placement new to update a reference member?...


c++referenceobject-lifetimeplacement-newreference-binding

Read More
Is a const reference bound to another reference which is cast from temporary a dangling reference?...


c++language-lawyerobject-lifetimereference-binding

Read More
Does const reference prolong the life of a temporary object returned by a temporary object?...


c++lifetimervaluetemporary-objectsreference-binding

Read More
shared_ptr<T> to const shared_ptr<const T>&...


c++11shared-ptrimplicit-conversionpass-by-const-referencereference-binding

Read More
invalid initialization of non-const reference of type 'const char*&' from an rvalue of t...


c++referenceconstantsreference-binding

Read More
Does this C++ static analysis rule make sense as is?...


c++referencelanguage-lawyerreference-binding

Read More
Will temporary object be deleted if there is no const reference to it?...


c++temporaryconst-referencereference-binding

Read More
BackNext