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

jacobsa
jacobsa

Reputation: 6638

In C++ why can't I deduce a parameter pack for the initial arguments of a function type?

Score: 1

Views: 51

Answers: 2

Read More
yapkm01
yapkm01

Reputation: 3761

Makefile: How does a header file change trigger a target?

Score: 1

Views: 69

Answers: 2

Read More
sayurc
sayurc

Reputation: 536

Inconsistency in the Constructors of `std::tuple` When Using `std::any` Elements

Score: 8

Views: 454

Answers: 2

Read More
Rabbit0w0
Rabbit0w0

Reputation: 105

MSVC unable to compile program with C++20 module feature

Score: 1

Views: 97

Answers: 0

Read More
Soleil
Soleil

Reputation: 7457

Why does my copy constructor/assignment does not work every time?

Score: 2

Views: 144

Answers: 1

Read More
Kube
Kube

Reputation: 21

Clang scan deps was not found while trying to build C++ 20 modules

Score: 1

Views: 2872

Answers: 5

Read More
Robxley
Robxley

Reputation: 23

Proper Use of Atomics for an Asynchronous Iterator with Multiple Producers and Consumers in c++20

Score: 1

Views: 109

Answers: 1

Read More
Steven
Steven

Reputation: 720

Apply std::set_difference to the keys of two std::maps which each have differing value-types

Score: 2

Views: 81

Answers: 2

Read More
Oersted
Oersted

Reputation: 2734

C++20 set for intellisense in vscode but __cplusplus does not

Score: 3

Views: 104

Answers: 1

Read More
Carlos Moraes
Carlos Moraes

Reputation: 63

Is it possible to use constexpr if to check if the type is a container or a std::string

Score: 0

Views: 388

Answers: 1

Read More
Andrea Bocco
Andrea Bocco

Reputation: 972

Automatic GNU make with C++20 module

Score: 4

Views: 110

Answers: 1

Read More
ezyman
ezyman

Reputation: 409

Is there anything like Haskell "guarded equations" in modern C++?

Score: 1

Views: 114

Answers: 2

Read More
Matthew Loveday
Matthew Loveday

Reputation: 516

Ambiguous call to operator new[] when upgrading to C++ 20

Score: 3

Views: 244

Answers: 2

Read More
Cole A
Cole A

Reputation: 65

How to recover offset in buffer of emplaced object from object pointer

Score: 4

Views: 109

Answers: 1

Read More
Soleil
Soleil

Reputation: 7457

Can I initialize a std::thread in a subclass constructor while being declared in base class ? How?

Score: 1

Views: 110

Answers: 2

Read More
einpoklum
einpoklum

Reputation: 132128

What is a "span" and when should I use one?

Score: 477

Views: 212026

Answers: 5

Read More
JohannesWilde
JohannesWilde

Reputation: 174

Why is a C++ 20 view not reevaluated after assignment?

Score: 2

Views: 112

Answers: 0

Read More
Always Confused
Always Confused

Reputation: 490

Can C++20 destroying delete be used to safely defer the destruction of an object?

Score: 2

Views: 119

Answers: 0

Read More
Crutch
Crutch

Reputation: 33

How can a sprintf-like function in C++20/23 verify that the number of format specifiers matches the number of provided arguments at compile time?

Score: 3

Views: 132

Answers: 1

Read More
Soleil
Soleil

Reputation: 7457

How to specialise the function or convert the first arg of a function using a perfect forward?

Score: 5

Views: 129

Answers: 2

Read More
PreviousPage 1Next