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

Oodini
Oodini

Reputation: 1347

Using universal reference to loop on a container

Score: -2

Views: 73

Answers: 0

Read More
Aditya Vinchhi
Aditya Vinchhi

Reputation: 1

Overloading + Operator in C++ for Symbol Class and Avoiding Code Duplication

Score: 0

Views: 15

Answers: 0

Read More
Taylor
Taylor

Reputation: 6430

How to capture a unique_ptr in a std::function

Score: 10

Views: 2258

Answers: 2

Read More
Borph
Borph

Reputation: 933

Can I use MISRA-2023 with C++14?

Score: -3

Views: 557

Answers: 2

Read More
Chris Nolet
Chris Nolet

Reputation: 9083

Does the defaulted default constructor initialize variables to zero?

Score: 25

Views: 5490

Answers: 3

Read More
CaesarK
CaesarK

Reputation: 73

How to pass an array of vectors by reference?

Score: 2

Views: 8506

Answers: 5

Read More
user15194704
user15194704

Reputation:

Implementing banker's rounding C++

Score: 0

Views: 1650

Answers: 4

Read More
User 10482
User 10482

Reputation: 1012

Parameter passing for argument when C++17 is enabled changed to match C++14

Score: 2

Views: 2457

Answers: 1

Read More
Andreas Vennström
Andreas Vennström

Reputation: 715

Convert multimap<Key,Value> to vector<vector<Value>>

Score: 2

Views: 1906

Answers: 3

Read More
Fredo
Fredo

Reputation: 47

How to split std::array without copying?

Score: 1

Views: 170

Answers: 4

Read More
iammilind
iammilind

Reputation: 70078

Why is assignment of 0 or nullptr to std::string allowed, even when it results in a straight forward runtime exception?

Score: 1

Views: 742

Answers: 2

Read More
Simon Klaver
Simon Klaver

Reputation: 528

How to convince CMake to use the CUDA fmax function instead of the std cmath function?

Score: 0

Views: 470

Answers: 1

Read More
JudgeDredge
JudgeDredge

Reputation: 142

Adding optional argument to variadiac class template (C++14)

Score: 1

Views: 84

Answers: 2

Read More
usr1234567
usr1234567

Reputation: 23432

Deprecate templated class name with template alias (type alias, using)?

Score: 8

Views: 1810

Answers: 1

Read More
John
John

Reputation: 3534

Is there any potential problem if appending more enumeration in an the header of a library which is provided by others?

Score: -1

Views: 101

Answers: 1

Read More
fedya
fedya

Reputation: 19

Why did Stroustrup write in PPP (2nd editioln) that operator ++ does not work with type char?

Score: 0

Views: 108

Answers: 0

Read More
user2281723
user2281723

Reputation: 519

Capture std::promise in a lambda C++14

Score: 21

Views: 12128

Answers: 5

Read More
kingsjester
kingsjester

Reputation: 308

Is it possible to modify objects with non-local scope in constexpr function since c++14?

Score: 0

Views: 38

Answers: 0

Read More
Trevor Hickey
Trevor Hickey

Reputation: 37914

Why is std::random_shuffle method deprecated in C++14?

Score: 58

Views: 13962

Answers: 5

Read More
sorosh_sabz
sorosh_sabz

Reputation: 3003

C++ variadic template partial template specialization with std::enable_if

Score: 4

Views: 2589

Answers: 2

Read More
PreviousPage 1Next