StackOverflow Questions for Tag: c%2B%2B26

Torsten Knodt
Torsten Knodt

Reputation: 736

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

Score: 4

Views: 132

Answers: 1

Read More
Chameleon
Chameleon

Reputation: 2137

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

Score: 1

Views: 196

Answers: 2

Read More
gexicide
gexicide

Reputation: 40058

Why is std::is_trivial deprecated in C++26?

Score: 21

Views: 597

Answers: 2

Read More
Benjamin Buch
Benjamin Buch

Reputation: 6113

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

Score: 11

Views: 5419

Answers: 1

Read More
xmllmx
xmllmx

Reputation: 42277

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

Score: 13

Views: 716

Answers: 1

Read More
Patrick Fromberg
Patrick Fromberg

Reputation: 1397

Compile time check that only one instance of a class is instantiated in the same scope

Score: 1

Views: 125

Answers: 1

Read More
Desmond Gold
Desmond Gold

Reputation: 2065

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

Score: 7

Views: 226

Answers: 2

Read More
Swudu Susuwu
Swudu Susuwu

Reputation: 81

How to do C++ Contracts such that compilers can use once support comes for this (such as `float f(X *x)[[expects:x]]` or `f(X *x) [[ensures: x->u]])`?

Score: 2

Views: 200

Answers: 0

Read More
HeliumHydride
HeliumHydride

Reputation: 63

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

Score: 5

Views: 127

Answers: 2

Read More
geza
geza

Reputation: 29952

What happens with the deduction of a function parameter pack, if it appears in a non-deduced context?

Score: 5

Views: 109

Answers: 1

Read More
geza
geza

Reputation: 29952

Is it possible to implement a constexpr static_vector?

Score: 3

Views: 157

Answers: 1

Read More
geza
geza

Reputation: 29952

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

Score: 1

Views: 177

Answers: 4

Read More
The Mad Gamer
The Mad Gamer

Reputation: 483

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

Score: 22

Views: 2603

Answers: 3

Read More
Desmond Gold
Desmond Gold

Reputation: 2065

What's the deal with domains in execution?

Score: 2

Views: 109

Answers: 1

Read More
Desmond Gold
Desmond Gold

Reputation: 2065

How is the new asynchronous model in C++26 different from existing models?

Score: 5

Views: 391

Answers: 2

Read More
Bencri
Bencri

Reputation: 1283

Static constexpr within its own class

Score: 3

Views: 95

Answers: 1

Read More
Jan Schultke
Jan Schultke

Reputation: 39613

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

Score: 7

Views: 256

Answers: 3

Read More

How do I use c++ 26 with gcc 13.2.0?

Score: 1

Views: 3047

Answers: 2

Read More
SpeakX
SpeakX

Reputation: 385

C++26 Reflection and Loops over enums

Score: -6

Views: 254

Answers: 1

Read More
HolyBlackCat
HolyBlackCat

Reputation: 96166

In C++26, are implementations required to "initialize" uninitialized variables to some fixed byte pattern?

Score: 12

Views: 634

Answers: 2

Read More
PreviousPage 1Next