Search code examples
If a lambda is declared inside a default argument, is it different for each call site?...


c++lambdalanguage-lawyerdefault-arguments

Read More
are constrained alias templates allowed?...


c++language-lawyerc++20

Read More
The behaviour of floating point division by zero...


c++floating-pointlanguage-lawyerundefined-behaviordivide-by-zero

Read More
reinterpret_cast between char* and std::uint8_t* - safe?...


c++c++11language-lawyerstrict-aliasinguint8t

Read More
C++11 Aggregate initialization of private member, is it correct?...


c++11language-lawyeraggregate-initialization

Read More
Is the lifetime of a local lambda as a completion handler for co_spawn i.e. a function with functor&...


c++boostlanguage-lawyerc++20boost-asio

Read More
Some questions about the UML Comment specification...


language-lawyeruml

Read More
Can auto be used for static class variable definition?...


c++gccclanglanguage-lawyerauto

Read More
Pointer to abominable function type? Compiler bug?...


c++language-lawyerc++23

Read More
Why can't class data members be initialized by direct initialization syntax?...


c++initializationlanguage-lawyer

Read More
Definition of the term "value of an object" in CPython...


pythonobjectlanguage-lawyercpython

Read More
Template function accepting a pointer-to-member refuses to compile...


c++templateslanguage-lawyersfinaepointer-to-member

Read More
Why are pointers to data members callable in C++?...


c++language-lawyer

Read More
What does memory_order::acquire do for a read-modify-write operation?...


c++multithreadinglanguage-lawyeratomicmemory-barriers

Read More
Can the C++ compiler coalesce adjacent mutex locks?...


c++c++11language-lawyermutexmemory-model

Read More
Lambda capture list: capturing object's member field by value not possible without capturing the...


c++c++11lambdalanguage-lawyer

Read More
Why is adding another simple constructor make a simple class not a literal type anymore?...


c++language-lawyerconstexpr

Read More
Is a non-constant zero integer cast to `void *` still a null pointer?...


clanguage-lawyerstandardsnull-pointernullptr

Read More
does storage provider have to be of type char,unsigned char or std::byte? or can it be any Type?...


c++language-lawyerplacement-new

Read More
What, exactly, is the total number of characters in C's "basic execution character set&quot...


ccompilationlanguage-lawyerspecifications

Read More
UB status of initializing a reference to last+1 array element?...


c++language-lawyer

Read More
Where from the standard do I read that exceptions of derived class held by base class reference are ...


c++exceptionlanguage-lawyerc++20object-slicing

Read More
Is CallerMemberNameAttribute guaranteed to be evaluated before inlining?...


c#attributeslanguage-lawyercompile-time

Read More
Why does default constructor of std::atomic not default initialize the underlying stored value?...


c++initializationlanguage-lawyerstdatomic

Read More
is this Undefined Behavior? (casting away const from a temporary binding to const reference)...


c++language-lawyer

Read More
Capture bit-fields by reference in a lambda expression...


c++lambdareferencelanguage-lawyerbit-fields

Read More
When does a condition have to be disambiguated between declarations and expressions?...


c++syntaxlanguage-lawyer

Read More
Clarification of "The meaning of a value is determined by the type of the expression used to ac...


ctypeslanguage-lawyer

Read More
Should std::variant be nothrow destructible when its alternative has potentially throwing destructor...


c++language-lawyerdestructorcompiler-bugnoexcept

Read More
Implementation of std::set using different data structures...


c++stlsetlanguage-lawyer

Read More
BackNext