Search code examples
How is the new asynchronous model in C++26 different from existing models?...

c++asynchronousc++26

Read More
Is there really not cross product in std::linalg and if yes why?...

c++language-designc++26

Read More
Universal references: Why deducing this does not have std::forward?...

c++perfect-forwardingc++26

Read More
Why is std::is_trivial deprecated in C++26?...

c++type-traitsc++26trivially-copyable

Read More
What syntax is expected in C++26 for static reflection?...

c++reflectionstatic-reflectionc++26

Read More
Is `std::function` deprecated by `std::copyable_function` in C++26?...

c++functionc++11standardsc++26

Read More
Does structured binding pack allow empty pack from zero tuple-sized object?...

c++c++26

Read More
How can I make a tuple of types that can be accessed by index without pack indexing?...

c++parameter-packc++26

Read More
Is it possible to implement a constexpr static_vector?...

c++c++26

Read More
concatenating any number of std::arrays, using only the bare minimum of ctor calls...

c++c++26

Read More
When should I use a std::inplace_vector instead of a std::vector?...

c++stdc++26

Read More
When is an erroneous value not valid for the object's type?...

c++language-lawyerundefined-behaviorc++26erroneous-behavior

Read More
C++26 Reflection and Loops over enums...

c++reflectionenumsc++26

Read More
In C++26, are implementations required to "initialize" uninitialized variables to some fix...

c++language-lawyerc++26erroneous-behavior

Read More
How to Use C++26 Reflections Properly and Make the Best Use of Them?...

c++c++26

Read More
What is erroneous behavior? How is it different from undefined behavior?...

c++undefined-behaviorc++26erroneous-behavior

Read More
How can I get a constexpr size from a std::set, which I can use to return a std::array with the numb...

c++constexprc++23constexpr-functionc++26

Read More
Under what scenarios would `std::breakpoint` be used instead of `std::breakpoint_if_debugging`?...

c++api-designc++26

Read More
What does the __completion_signature concept in stdexec (senders/ receivers) do?...

c++template-meta-programmingc++26

Read More
What are the rules for _ underscore variables in C++26, and what's a name-independent declaratio...

c++identifierlocal-variablesc++26

Read More
Is TemplatePack<>...[I] allowed in C++26...

c++parameter-packc++26

Read More
Why can (implicitly) instantiated function templates use undeclared symbols?...

c++templateslanguage-lawyerexplicit-instantiationc++26

Read More
What are the implications of constexpr floating-point math?...

c++floating-pointconstexprc++23c++26

Read More
BackNext